- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 2,902 for 1 (0.08 sec)
-
det_curve — scikit-learn 1.6.1 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html -
KNeighborsRegressor — scikit-learn 1.6.1 docume...
() array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
NearestCentroid — scikit-learn 1.6.1 documentation
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
NuSVR — scikit-learn 1.6.1 documentation
Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
Birch — scikit-learn 1.6.1 documentation
1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) fit ( X , y = None ) [source]...scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html -
ElasticNet — scikit-learn 1.6.1 documentation
l1_ratio * || w || _1 + 0.5 * alpha * ( 1 - l1_ratio ) * || w...l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html -
PrecisionRecallDisplay — scikit-learn 1.6.1 doc...
Added in version 1.3. Attributes : line_ matplotlib...not plotted. Added in version 1.3. ax_ matplotlib Axes Axes with...scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html -
IncrementalPCA — scikit-learn 1.6.1 documentation
([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], ... [ 1 , 1 ], [...principal components, versus 1 large SVD of complexity O(n_samples...scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html -
fetch_covtype — scikit-learn 1.6.1 documentation
Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load the covertype...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_covtype.html -
make_biclusters — scikit-learn 1.6.1 documentation
shape[1]) The indicators for cluster membership...for biclustering. References [ 1 ] Dhillon, I. S. (2001, August)....scikit-learn.org/stable/modules/generated/sklearn.datasets.make_biclusters.html