Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 511 - 520 of over 10,000 for 1 (0.62 seconds)

Filter
  1. 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
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  2. make_column_transformer — scikit-learn 1.8.0 do...

    means 1 unless in a joblib.parallel_backend context. -1 means...Added in version 1.5. Changed in version 1.7: The default value...
    scikit-learn.org/stable/modules/generated/sklearn.compose.make_column_transformer.html
    Mon Mar 23 20:39:23 UTC 2026
      15.9K bytes
      Cache
     
  3. 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
    Mon Mar 23 20:39:23 UTC 2026
      13.3K bytes
      Cache
     
  4. Spectral clustering for image segmentation — sc...

    [ 0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...[ 0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...
    scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html
    Mon Mar 23 20:39:20 UTC 2026
      16.5K bytes
      Cache
     
  5. 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
    Mon Mar 23 20:39:20 UTC 2026
      16.7K bytes
      Cache
     
  6. KernelRidge — scikit-learn 1.8.0 documentation

    alpha = 1.0 ) >>> krr . fit ( X , y ) KernelRidge(alpha=1.0) fit...sklearn.kernel_ridge. KernelRidge ( alpha = 1 , * , kernel = 'linear' , gamma...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html
    Mon Mar 23 20:39:21 UTC 2026
      18.4K bytes
      Cache
     
  7. 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
    Mon Mar 23 20:39:21 UTC 2026
      25.3K bytes
      Cache
     
  8. TunedThresholdClassifierCV — scikit-learn 1.8.0...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.5 Release Highlights for scikit-learn 1.5 On this...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Mon Mar 23 20:39:23 UTC 2026
      18.8K bytes
      Cache
     
  9. DictionaryLearning — scikit-learn 1.8.0 documen...

    1 ( U , V ) with || V_k || _2 <= 1 for all 0 <=...version 1.2: When None, default value changed from 1.0 to alpha...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Mon Mar 23 20:39:23 UTC 2026
      17.8K bytes
      Cache
     
  10. single_source_shortest_path_length &#8212; 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
     
Back to Top