Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 3,416 for 1 (0.07 sec)

  1. MiniBatchNMF — scikit-learn 1.5.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Topic extraction...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Wed Oct 30 20:01:21 UTC 2024
      148.1K bytes
      Cache
     
  2. SequentialFeatureSelector — scikit-learn 1.5.2 ...

    version 1.1: The option "auto" was added in version 1.1. Changed...version 1.3: The default changed from "warn" to "auto" in 1.3. tol...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Wed Oct 30 20:01:21 UTC 2024
      139.8K bytes
      Cache
     
  3. Older Versions — scikit-learn 1.5.2 documentation

    1 Meng Xinfan 1 Rob Zinkov 1 Shiqiao 1 Udi Weinsberg 1 Virgile...Cournapeau 1 Keith Goodman 1 Ludwig Schwardt 1 Olivier Hervieu 1 Sergio...
    scikit-learn.org/stable/whats_new/older_versions.html
    Wed Oct 30 20:01:21 UTC 2024
      144.6K bytes
      Cache
      Similar Results (1)
     
  4. GaussianMixture — scikit-learn 1.5.2 documentation

    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
    Wed Oct 30 20:01:21 UTC 2024
      149.4K bytes
      Cache
     
  5. OneVsOneClassifier — scikit-learn 1.5.2 documen...

    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
    Wed Oct 30 20:01:21 UTC 2024
      142.2K bytes
      Cache
     
  6. RandomizedSearchCV — scikit-learn 1.5.2 documen...

    version 1.5: Xt was deprecated in 1.5 and will be removed in 1.7....means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Wed Oct 30 20:01:21 UTC 2024
      169K bytes
      Cache
     
  7. DummyClassifier — scikit-learn 1.5.2 documentation

    ([ - 1 , 1 , 1 , 1 ]) >>> y = np . array ([ 0 , 1 , 1 , 1 ]) >>>...dummy_clf . predict ( X ) array([1, 1, 1, 1]) >>> dummy_clf . score (...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Wed Oct 30 20:01:23 UTC 2024
      141.3K bytes
      Cache
     
  8. BisectingKMeans — scikit-learn 1.5.2 documentation

    array ([[ 1 , 1 ], [ 10 , 1 ], [ 3 , 1 ], ... [ 10 , 0...scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Bisecting...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Wed Oct 30 20:01:21 UTC 2024
      150.6K bytes
      Cache
     
  9. SparseRandomProjection — scikit-learn 1.5.2 doc...

    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
    Wed Oct 30 00:20:48 UTC 2024
      134.8K bytes
      Cache
     
  10. BayesianRidge — scikit-learn 1.5.2 documentation

    [ 1 , 1 ], [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge()...>>> clf . predict ([[ 1 , 1 ]]) array([1.]) fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Wed Oct 30 20:01:21 UTC 2024
      148.6K bytes
      Cache
     
Back to top