- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 791 - 800 of 1,071 for store (2.74 sec)
-
Class Likelihood Ratios to measure classificati...
extract_score ( cross_validate ( estimator , X , y , scoring = scoring...extract_score ( cross_validate ( estimator , X , y , scoring = scoring...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
RidgeClassifier — scikit-learn 1.7.2 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html -
KernelRidge — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.kernel_ridge.KernelRidge.html -
LassoLarsCV — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
Search API group | App Search documentation [8....
containing the field name or _score as the key and the value as..."park_redwood" }, "_meta": { "score": 3.6536791 }, "_group": [ {...www.elastic.co/guide/en/app-search/current/grouping.html -
Metadata Routing — scikit-learn 1.7.2 documenta...
add ( caller = "score" , callee = "score" ), ) return router...'predict'}, {'callee': 'score', 'caller': 'score'}], 'router': {'fit':...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
3.2. Tuning the hyper-parameters of an estimato...
cy_score for classification and sklearn.metrics.r2_score for...accuracy score is often uninformative), see Which scoring function...scikit-learn.org/stable/modules/grid_search.html -
SelectFdr — scikit-learn 1.7.2 documentation
Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFdr ( score_func=<function f_classif> ,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFdr.html -
SelectFwe — scikit-learn 1.7.2 documentation
Attributes : scores_ array-like of shape (n_features,) Scores of features....sklearn.feature_selection. SelectFwe ( score_func=<function f_classif> ,...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html -
Sparse inverse covariance estimation — scikit-l...
compute the cross-validation score is iteratively refined in the.... cv_results_ [ "mean_test_score" ], "o-" ) plt . axvline ( model...scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html