Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (0.12 seconds)

  1. 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 Dec 29 13:14:48 GMT 2025
      143.1K bytes
      Cache
     
  2. 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 Dec 29 13:14:49 GMT 2025
      142.9K bytes
      Cache
     
  3. 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 Dec 29 13:14:49 GMT 2025
      120.7K bytes
      Cache
     
  4. BayesianGaussianMixture — scikit-learn 1....

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], [ 4 , 2 ], [...mixtures”. Bayesian analysis 1.1 Examples >>> import...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Mon Dec 29 13:14:48 GMT 2025
      153.4K bytes
      Cache
     
  5. 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 Dec 29 13:14:48 GMT 2025
      152.7K bytes
      Cache
     
  6. 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 Dec 29 13:14:48 GMT 2025
      131.2K bytes
      Cache
     
  7. SparseRandomProjection — scikit-learn 1.8...

    with probability 1 / 2s 0 with probability 1 - 1 / s +sqrt(s) /...Added in version 1.1. density_ float in range 0.0 - 1.0 Concrete density...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.SparseRandomProjection.html
    Mon Dec 29 13:14:49 GMT 2025
      136.4K bytes
      Cache
     
  8. MiniBatchNMF — scikit-learn 1.8.0 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Mon Dec 29 13:14:48 GMT 2025
      155.6K bytes
      Cache
     
  9. recall_score — scikit-learn 1.8.0 documen...

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred...= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Mon Dec 29 13:14:49 GMT 2025
      126.3K bytes
      Cache
      Similar Results (1)
     
  10. TimeSeriesSplit — scikit-learn 1.8.0 docu...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Mon Dec 29 13:14:48 GMT 2025
      130K bytes
      Cache
     
Back to Top