- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 2,898 for 1 (0.07 sec)
-
recall_score — scikit-learn 1.7.0 documentation
[ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> recall_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html -
MiniBatchKMeans — scikit-learn 1.7.0 documentation
array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2...0 , 1 ], [ 2 , 2 ], ... [ 3 , 2 ], [ 5 , 5 ], [ 1 , - 1 ]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html -
LinearSVC — scikit-learn 1.7.0 documentation
intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the...version 1.3: The "auto" option is added in version 1.3 and will...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
GaussianProcessRegressor — scikit-learn 1.7.0 d...
ConstantKernel(1.0, constant_value_bounds="fixed") * RBF(1.0, lengt...implementation is based on Algorithm 2.1 of [RW2006] . In addition to standard...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html -
TheilSenRegressor — scikit-learn 1.7.0 document...
since version 1.6: copy_X was deprecated in 1.6 and will be removed...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html -
get_routing_for_object — scikit-learn 1.6.1 doc...
scikit-learn.org/stable/modules/generated/sklearn.utils.metadata_routing.get_routing_for_object.html -
FunctionTransformer — scikit-learn 1.7.0 docume...
Added in version 1.1. kw_args dict, default=None Dictionary...) array([[0. , 0.6931], [1.0986, 1.3862]]) fit ( X , y = None...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html -
RidgeClassifier — scikit-learn 1.7.0 documentation
converts the target values into {-1, 1} and then treats the problem...sklearn.linear_model. RidgeClassifier ( alpha = 1.0 , * , fit_intercept = True ,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
empirical_covariance — scikit-learn 1.7.0 docum...
scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
SelectFromModel — scikit-learn 1.7.0 documentation
[ - 1.34 , - 0.48 , - 2.55 ], ... [ 1.92 , 1.48 , 0.65...version 0.20. Changed in version 1.1: max_features accepts a callable....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFromModel.html