- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 3,757 for 1 (0.1 sec)
-
VotingRegressor — scikit-learn 1.7.2 documentation
means 1 unless in a joblib.parallel_backend context. -1 means...KNeighborsRegressor () >>> X = np . array ([[ 1 , 1 ], [ 2 , 4 ], [ 3 , 9 ], [ 4...scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingRegressor.html -
CCA — 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.CCA.html -
DotProduct — scikit-learn 1.7.2 documentation
1)\) priors on the coefficients of \(x_d (d = 1, . . ....nels. DotProduct ( sigma_0 = 1.0 , sigma_0_bounds = (1e-05, 100000.0)...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.DotProduct.html -
OrthogonalMatchingPursuit — scikit-learn 1.7.2 ...
either set to 10% of n_features or 1, whichever is greater. tol float,...either set to 10% of n_features or 1, whichever is greater. n_features_in_...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
quantile_transform — scikit-learn 1.7.2 documen...
otherwise (if 1) transform each sample. n_quantiles...subsample=None . Added in version 1.5: The option None to disable...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html -
classification_report — scikit-learn 1.7.2 docu...
50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...>>> y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>> print...scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html -
label_binarize — scikit-learn 1.7.2 documentation
label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html -
MultinomialNB — scikit-learn 1.7.2 documentation
Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
SelfTrainingClassifier — scikit-learn 1.7.2 doc...
since version 1.6: base_estimator was deprecated in 1.6 and will...estimator_ attribute. Added in version 1.6: estimator was added to replace...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.SelfTrainingClassifier.html -
roc_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.roc_curve.html