- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 2,950 for 1 (0.07 sec)
-
Perceptron — scikit-learn 1.6.1 documentation
l1_ratio <= 1 . l1_ratio=0 corresponds to L2 penalty, l1_ratio=1 to L1....means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html -
MiniBatchNMF — scikit-learn 1.6.1 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 -
affinity_propagation — scikit-learn 1.6.1 docum...
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...>>> labels array([0, 0, 0, 1, 1, 1]) Gallery examples # Visualizing...scikit-learn.org/stable/modules/generated/sklearn.cluster.affinity_propagation.html -
TargetEncoder — scikit-learn 1.6.1 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Comparing...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
DictVectorizer — scikit-learn 1.6.1 documentation
[{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
GaussianMixture — scikit-learn 1.6.1 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.6.1 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 -
SparseRandomProjection — scikit-learn 1.6.1 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 -
make_blobs — scikit-learn 1.6.1 documentation
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>> X , y = make_blobs...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html -
DummyClassifier — scikit-learn 1.6.1 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