Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1391 - 1400 of over 10,000 for 1 (6 seconds)

Filter
  1. Lasso on dense and sparse data — scikit-learn 1...

    coo_matrix ( X ) alpha = 1 sparse_lasso = Lasso ( alpha =...100 ) : .3f } %" ) alpha = 0.1 sparse_lasso = Lasso ( alpha =...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_dense_vs_sparse_data.html
    Mon Mar 23 20:39:22 UTC 2026
      16.1K bytes
      Cache
     
  2. Outlier detection on a real data set — scikit-l...

    EllipticEnvelope ( support_fraction = 1.0 , contamination = 0.25 ), "Robust...= load_wine ()[ "data" ][:, [ 1 , 2 ]] # two clusters fig , ax...
    scikit-learn.org/stable/auto_examples/applications/plot_outlier_detection_wine.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  3. Beats version 6.4.1 | Beats Platform Reference ...

    1 IMPORTANT : This documentation...documentation . Beats version 6.4.1 View commits Bugfixes Affecting...
    www.elastic.co/guide/en/beats/libbeat/8.19/release-notes-6.4.1.html
    Mon Oct 20 16:31:33 UTC 2025
      13K bytes
      Cache
     
  4. Sample pipeline for text feature extraction and...

    array([1.e-06, 1.e-05, 1.e-04, 1.e-03, 1.e-02, 1.e-01, 1.e+00,...1.e+00, 1.e+01, 1.e+02, 1.e+03, 1.e+04, 1.e+05, 1.e+06]), 'vect__max_df':...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Mon Mar 23 20:39:21 UTC 2026
      34.4K bytes
      Cache
     
  5. Comparison of the K-Means and MiniBatchKMeans c...

    centers = [[ 1 , 1 ], [ - 1 , - 1 ], [ 1 , - 1 ]] n_clusters...ax = fig . add_subplot ( 1 , 3 , 1 ) for k , col in zip ( range...
    scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html
    Mon Mar 23 20:39:20 UTC 2026
      16.8K bytes
      1 views
      Cache
     
  6. 7.8. Pairwise metrics, Affinities and Kernels —...

    for choosing gamma is 1 / num_features S = 1. / (D / np.max(D))...>>> Y = np . array ([[ 1 , 0 ], [ 2 , 1 ]]) >>> pairwise_distances...
    scikit-learn.org/stable/modules/metrics.html
    Mon Mar 23 20:39:21 UTC 2026
      10.5K bytes
      Cache
     
  7. 2.7. Novelty and Outlier Detection — scikit-lea...

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [...Inliers are labeled 1, while outliers are labeled -1. The predict method...
    scikit-learn.org/stable/modules/outlier_detection.html
    Mon Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  8. Gaussian process classification (GPC) on iris d...

    y ) kernel = 1.0 * RBF ([ 1.0 , 1.0 ]) gpc_rbf_anisotropic...() - 1 , X [:, 0 ] . max () + 1 y_min , y_max = X [:, 1 ] . min...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_iris.html
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
  9. Explicit feature map approximation for RBF kern...

    reshape ( - 1 , data . shape [ 1 ]) # title for the plots...y_max]. plt . subplot ( 1 , 3 , i + 1 ) Z = clf . predict ( flat_grid...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Mon Mar 23 20:39:20 UTC 2026
      19K bytes
      Cache
     
  10. Robust covariance estimation and Mahalanobis di...

    where feature 1 has a standard deviation equal to 1 and feature...np . arange ( 1 , n_features ), np . arange ( 1 , n_features )]...
    scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html
    Mon Mar 23 20:39:22 UTC 2026
      19.2K bytes
      Cache
     
Back to Top