- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1281 - 1290 of 2,057 for store (0.53 seconds)
Filter
-
4. Metadata Routing — scikit-learn 1.8.0 docume...
metadata to a method like fit or score , the object consuming the metadata,...n_samples ) 4.1.1. Weighted scoring and fitting # The splitter...scikit-learn.org/stable/metadata_routing.html -
check_scoring — scikit-learn 1.8.0 documentation
scoring = scoring , raise_exc = False ) >>> scores = scoring_call...Scorer to use. If scoring represents a single score, one can use:...scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html -
Successive Halving Iterations — scikit-learn 1....
5 scoring scoring: str or callable, default=None Scoring method...integer. 5 scoring scoring: str or callable, default=None Scoring method...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
L1 Penalty and Sparsity in Logistic Regression ...
69% Score with L1 penalty: 0.90 Score with Elastic-Net...penalty: 4.69% Score with L1 penalty: 0.90 Score with Elastic-Net...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html -
Concatenating multiple feature extraction metho...
score=0.933 total time= 0.0s [CV 2/5;...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time= 0.0s [CV 3/5;...scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html -
Adjustment for chance in clustering performance...
scores . mean ( axis = 1 ), scores . std ( axis..., np . median ( scores , axis = 1 ), scores . std ( axis = 1...scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html -
top_k_accuracy_score — scikit-learn 1.8.0 docum...
Returns : score float The top-k accuracy score. The best performance...Top-k Accuracy classification score. This metric computes the number...scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html -
Comparing Random Forests and Histogram Gradient...
"Train time vs score" , "Predict time vs score" ], ) model_names...Boosting (HGBT) models in terms of score and computation time for a regression...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
OrthogonalMatchingPursuit — scikit-learn 1.8.0 ...
Notes The \(R^2\) score used when calling score on a regressor uses...() . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>> reg . predict...scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html -
d2_pinball_score — scikit-learn 1.8.0 documenta...
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