- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 3,757 for 1 (0.2 sec)
-
FunctionTransformer — scikit-learn 1.7.2 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 -
estimate_bandwidth — scikit-learn 1.7.2 documen...
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html -
ValidationCurveDisplay — scikit-learn 1.7.2 doc...
means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
empirical_covariance — scikit-learn 1.7.2 docum...
scikit-learn.org/stable/modules/generated/sklearn.covariance.empirical_covariance.html -
hamming_loss — scikit-learn 1.7.2 documentation
1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html -
TargetEncoder — scikit-learn 1.7.2 documentation
1 ] * 15 + [ 20.4 ] * 5 + [ 20.1 ] * 25 + [ 21.2...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 On this...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.TargetEncoder.html -
accuracy_score — scikit-learn 1.7.2 documentation
1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...y_pred = [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html -
pairwise_distances — scikit-learn 1.7.2 documen...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...deprecated from SciPy 1.9 and will be removed in SciPy 1.11. Note 'matching'...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html -
fetch_20newsgroups — scikit-learn 1.7.2 documen...
1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
lasso_path — scikit-learn 1.7.2 documentation
alpha * || w || _1 For multi-output tasks it is: ( 1 / ( 2 * n_samples...lasso_path >>> X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]])...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html