Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Filter
  1. auc — scikit-learn 1.8.0 documentation

    array ([ 1 , 1 , 2 , 2 ]) >>> y_score = np . array ([ 0.1 , 0.4...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html
    Mon Mar 23 20:39:23 UTC 2026
      14.3K bytes
      Cache
     
  2. ClassNamePrefixFeaturesOutMixin — scikit-learn ...

    shape [ 1 ] ... return self >>> X = np . array ([[ 1 , 2 ], [...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassNamePrefixFeaturesOutMixin.html
    Mon Mar 23 20:39:21 UTC 2026
      13.4K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. assert_all_finite — scikit-learn 1.8.0 document...

    array ([ 1 , np . inf , np . nan , 4 ]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Mon Mar 23 20:39:23 UTC 2026
      13.1K bytes
      Cache
     
  6. cross_val_score — scikit-learn 1.8.0 documentation

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 SVM-Anova:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Mar 23 20:39:20 UTC 2026
      17.2K bytes
      Cache
     
  7. 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
     
  8. TheilSenRegressor — scikit-learn 1.8.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...the number of features (plus 1 if fit_intercept=True) and the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  9. ParameterSampler — scikit-learn 1.8.0 documenta...

    'a' : 1 }, ... { 'b' : 0.923223 , 'a' : 1 }, ... { 'b' : 1.878964...0 ) >>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Mon Mar 23 20:39:23 UTC 2026
      13.7K bytes
      Cache
     
  10. make_gaussian_quantiles — scikit-learn 1.8.0 do...

    dataset is from Zhu et al [1] . References [ 1 ] J. Zhu, H. Zou, S....es ( * , mean = None , cov = 1.0 , n_samples = 100 , n_features...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html
    Mon Mar 23 20:39:20 UTC 2026
      14.5K bytes
      Cache
     
Back to Top