Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 351 - 360 of over 10,000 for 1 (3.99 seconds)

Filter
  1. GridSearchCV — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...0.70 … 4 ‘rbf’ 0.1 – 0.80 … 3 ‘rbf’ 0.2 – 0.93 … 1 will be represented...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Tue Mar 17 03:44:39 UTC 2026
      25.3K bytes
      Cache
     
  2. make_hastie_10_2 — scikit-learn 1.8.0 documenta...

    float64(-1.0), np.float64(1.0), np.float64(-1.0), np.float64(1.0),...[ i ] = 1 if np . sum ( X [ i ] ** 2 ) > 9.34 else - 1 Read more...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_hastie_10_2.html
    Tue Mar 17 03:44:39 UTC 2026
      14K bytes
      Cache
     
  3. SVM: Weighted samples — scikit-learn 1.8.0 docu...

    n_clusters_per_class = 1 , class_sep = 1.1 , weights = [ 0.9 , 0.1 ], random_state...( X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Tue Mar 17 03:44:38 UTC 2026
      15.8K bytes
      Cache
     
  4. binarize — scikit-learn 1.8.0 documentation

    1., 0.], [1., 0., 0.]]) On this page...are replaced by 0, above it by 1. Threshold may not be less than...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html
    Tue Mar 17 03:44:36 UTC 2026
      13.3K bytes
      Cache
     
  5. fetch_rcv1 — scikit-learn 1.8.0 documentation

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the RCV1 multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Tue Mar 17 03:44:37 UTC 2026
      14.2K bytes
      Cache
     
  6. FeatureUnion — scikit-learn 1.8.0 documentation

    svd__n_components = 1 ) . fit_transform ( X ) array([[-1.5 , 3.04], [ 1.5 , 5.72]])...unchanged. Added in version 1.1: Added the option "passthrough"...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.FeatureUnion.html
    Tue Mar 17 03:44:39 UTC 2026
      16.7K bytes
      Cache
     
  7. single_source_shortest_path_length — scik...

    1), (1, 1), (2, 0), (3, 1), (4, 1), (5, 1)] On this...([[ 0 , 1 , 0 , 0 ], ... [ 1 , 0 , 1 , 0 ], ... [ 0 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.utils.graph.single_source_shortest_path_length....
    Mon Feb 02 09:23:44 UTC 2026
      109.1K bytes
      Cache
     
  8. NeighborhoodComponentsAnalysis — scikit-learn 1...

    If 1, progress messages will be printed to stdout. If > 1, progress...<= min(n_features, n_classes - 1) we use 'lda' , as it uses labels...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Tue Mar 17 03:44:36 UTC 2026
      17.9K bytes
      Cache
     
  9. Visualizations with Display Objects — scikit-le...

    deprecated:: 1.8 `penalty` was deprecated in version 1.8 and will...with `0 = l1_ratio = 1`. Setting `l1_ratio=1` gives a pure L1-penalty,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Tue Mar 17 03:44:39 UTC 2026
      26.8K bytes
      Cache
     
  10. LassoLarsCV — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...optimization objective for Lasso is: ( 1 / ( 2 * n_samples )) * || y -...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Tue Mar 17 03:44:39 UTC 2026
      18.8K bytes
      Cache
     
Back to Top