- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1021 - 1030 of 1,745 for store (1.85 seconds)
-
d2_pinball_score — scikit-learn 1.7.2 doc...
Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of pinball...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
sklearn.metrics — scikit-learn 1.7.2 docu...
Compute the F1 score, also known as balanced F-score or F-measure....Choose version sklearn.metrics # Score functions, performance metrics,...scikit-learn.org/stable/api/sklearn.metrics.html -
5.2. Permutation feature importance — sci...
on the score function that is specified with the scoring argument...., random_state = 0 , scoring = scoring ) ... >>> for...scikit-learn.org/stable/modules/permutation_importance.html -
CCA — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...in high dimensional space. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
Ridge — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html -
ExtraTreeRegressor — scikit-learn 1.7.2 d...
Notes The \(R^2\) score used when calling score on a regressor uses...with Friedman’s improvement score for potential splits, “absolute_error”...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
Demonstration of multi-metric evaluation on cro...
scoring = scoring , refit = "AUC"...can be done by setting the scoring parameter to a list of metric...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Metadata Routing — scikit-learn 1.7.2 doc...
caller = "score" , callee = "score" ), ) return...{'callee': 'score', 'caller': 'score'}], 'router':...scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html -
LarsCV — scikit-learn 1.7.2 documentation
Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9996 >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html -
RFECV — scikit-learn 1.7.2 documentation
scoring str or callable, default=None Scoring method to...classes_ . score ( X , y , ** score_params ) [source] # Score using...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html