- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 3,416 for 1 (0.07 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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