- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of over 10,000 for 1 (0.12 seconds)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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