- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 1,301 for store (0.17 sec)
-
PLSCanonical — scikit-learn 1.7.0 documentation
Return x_scores if y is not given, (x_scores, y_scores) otherwise....Return x_scores if y is not given, (x_scores, y_scores) otherwise....scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html -
11. Common pitfalls and recommended practices —...
import cross_val_score >>> scores = cross_val_score ( pipeline ,...accuracy: { scores . mean () : .2f } +/- { scores . std () : .2f...scikit-learn.org/stable/common_pitfalls.html -
MLPRegressor — scikit-learn 1.7.0 documentation
validation_scores_ list of shape ( n_iter_ ,) or None The score at each...validation set. The score reported is the R2 score. Only available...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html -
ExtraTreesRegressor — scikit-learn 1.7.0 docume...
the generalization score. By default, r2_score is used. Provide...number of outputs. oob_score_ float Score of the training dataset...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
Categorical Feature Support in Gradient Boostin...
scoring = scoring ) one_hot_result = cross_validate...y , cv = n_cv_folds , scoring = scoring ) ordinal_result = cross_validate...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html -
clustering.rst.txt
_rand_score: .. _adjusted_rand_score: Rand index ----------...:func:`rand_score` and :func:`adjusted_rand_score` are **symmetric**:...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
L1-based models for Sparse Signals — scikit-lea...
predict ( X_test ) r2_score_lasso = r2_score ( y_test , y_pred_lasso...predict ( X_test ) r2_score_ard = r2_score ( y_test , y_pred_ard...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
CCA — scikit-learn 1.7.0 documentation
Return x_scores if y is not given, (x_scores, y_scores) otherwise....Return x_scores if y is not given, (x_scores, y_scores) otherwise....scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
Post-hoc tuning the cut-off point of decision f...
scoring = scoring , cv = cv , return_train_score = True...target , scoring = scoring , cv = cv , return_train_score = True...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
coverage_error — scikit-learn 1.7.0 documentation
y_score , * , sample_weight = None )...need to go through the ranked scores to cover all true labels. The...scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html