Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 341 - 350 of over 10,000 for 1 (0.51 seconds)

  1. SequentialFeatureSelector — scikit-learn ...

    added in version 1.1. Changed in version 1.3: The default changed...to select. Added in version 1.1: The option "auto"...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Jan 12 10:07:41 GMT 2026
      143.7K bytes
      Cache
     
  2. make_circles — scikit-learn 1.8.0 documen...

    int64(1), np.int64(1), np.int64(1), np.int64(0), np.int64(0)]...outer circle in the range [0, 1) . Returns : X ndarray of shape...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html
    Mon Jan 12 10:07:41 GMT 2026
      116.1K bytes
      Cache
     
  3. DBSCAN — scikit-learn 1.8.0 documentation

    1, 1, -1]) >>> clustering...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Mon Jan 12 10:07:41 GMT 2026
      137.3K bytes
      Cache
     
  4. DummyClassifier — scikit-learn 1.8.0 docu...

    ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1 , 1...dummy_clf . predict ( X ) array([1, 1, 1, 1]) >>> dummy_clf...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Jan 12 10:07:38 GMT 2026
      143.1K bytes
      Cache
     
  5. OneVsOneClassifier — scikit-learn 1.8.0 d...

    1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Mon Jan 12 10:07:41 GMT 2026
      142.9K bytes
      Cache
     
  6. CalibrationDisplay — scikit-learn 1.8.0 d...

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...y-axes labels. Added in version 1.1. Attributes : line_ matplotlib...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Mon Jan 12 10:07:40 GMT 2026
      142.8K bytes
      Cache
     
  7. dict_learning — scikit-learn 1.8.0 docume...

    1 ( U , V ) with || V_k || _2 = 1 for all 0 <=...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.dict_learning.html
    Mon Jan 12 10:07:38 GMT 2026
      120.7K bytes
      Cache
     
  8. OutputCodeClassifier — scikit-learn 1.8.0...

    means 1 unless in a joblib.parallel_backend context. -1 means...( estimator , * , code_size = 1.5 , random_state = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OutputCodeClassifier.html
    Mon Jan 12 10:07:38 GMT 2026
      132.7K bytes
      Cache
     
  9. GaussianMixture — scikit-learn 1.8.0 docu...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 10 , 2 ],...GaussianMixture ( n_components = 1 , * , covariance_type = 'full'...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Mon Jan 12 10:07:38 GMT 2026
      152.7K bytes
      Cache
     
  10. VarianceThreshold — scikit-learn 1.8.0 do...

    1 , 4 , 3 ], [ 0 , 1 , 1 , 3 ]] >>>...fit_transform ( X ) array([[2, 0], [1, 4], [1, 1]]) fit ( X , y = None )...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.VarianceThreshold.html
    Mon Jan 12 10:07:41 GMT 2026
      131.2K bytes
      Cache
     
Back to Top