- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of over 10,000 for 1 (0.12 seconds)
Filter
-
root_mean_squared_error — scikit-learn 1.8.0 do...
1 ],[ - 1 , 1 ],[ 7 , - 6 ]] >>> y_pred...User Guide . Added in version 1.4. Parameters : y_true array-like...scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html -
roc_auc_score — scikit-learn 1.8.0 documentation
classes_[1] and thus estimator.predict_proba(X, y)[:, 1] . The...it is upper bounded by 1. References [ 1 ] Wikipedia entry for...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html -
fetch_20newsgroups — scikit-learn 1.8.0 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 -
MultiTaskLassoCV — scikit-learn 1.8.0 documenta...
since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
Birch — scikit-learn 1.8.0 documentation
1 ], [ 0.3 , 1 ], [ - 0.3 , 1 ], [ 0 , - 1 ], [ 0.3...predict ( X ) array([0, 0, 0, 1, 1, 1]) For a comparison of the BIRCH...scikit-learn.org/stable/modules/generated/sklearn.cluster.Birch.html -
indexable — scikit-learn 1.8.0 documentation
[ 1 , 2 , 3 ], np . array ([ 2 , 3...>>> indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None,...scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html -
LogisticRegression — scikit-learn 1.8.0 documen...
scikit-learn 1.1 Release Highlights for scikit-learn 1.1 Release Highlights...since version 1.8: penalty was deprecated in version 1.8 and will...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html -
BaseEstimator — scikit-learn 1.8.0 documentation
array ([ 1 , 0 , 1 ]) >>> estimator . fit ( X ,...__init__ ( self , * , param = 1 ): ... self . param = param ......scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html -
LassoCV — scikit-learn 1.8.0 documentation
since version 1.7: n_alphas was deprecated in 1.7 and will be...since version 1.7: alphas=None was deprecated in 1.7 and will be...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
ElasticNet — scikit-learn 1.8.0 documentation
l1_ratio = 1 it is an L1 penalty. For 0 < l1_ratio < 1 , the penalty...intercept_ ) 1.451 >>> print ( regr . predict ([[ 0 , 0 ]])) [1.451]...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html