- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 3,757 for 1 (0.14 sec)
-
CalibratedClassifierCV — scikit-learn 1.7.2 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...LinearSVC . Added in version 1.2. method {‘sigmoid’, ‘isotonic’},...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
rand_score — scikit-learn 1.7.2 documentation
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) 0.83 Gallery examples...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
make_multilabel_classification — scikit-learn 1...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
PLSCanonical — scikit-learn 1.7.2 documentation
1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...intercept_ . Added in version 1.1. n_iter_ list of shape (n_components,)...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html -
MiniBatchSparsePCA — scikit-learn 1.7.2 documen...
means 1 unless in a joblib.parallel_backend context. -1 means...tol to 0.0. Added in version 1.1. max_no_improvement int or None,...scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html -
det_curve — scikit-learn 1.7.2 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 -
FeatureAgglomeration — scikit-learn 1.7.2 docum...
version 1.0. children_ array-like of shape (n_nodes-1, 2) The...fit method. Added in version 1.2. memory str or object with the...scikit-learn.org/stable/modules/generated/sklearn.cluster.FeatureAgglomeration.html -
QuantileTransformer — scikit-learn 1.7.2 docume...
Added in version 1.5: The option None to disable...all strings. Added in version 1.0. See also quantile_transform...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.QuantileTransformer.html -
r2_score — scikit-learn 1.7.2 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
PrecisionRecallDisplay — scikit-learn 1.7.2 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