- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 631 - 640 of 1,298 for store (0.12 sec)
-
MultiOutputRegressor — scikit-learn 1.7.0 docum...
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.multioutput.MultiOutputRegressor.html -
grid_search.rst.txt
and - a :ref:`score function <gridsearch_scoring>`. Two generic...accuracy score is often uninformative), see :ref:`which_scoring_function`...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
SelectFdr — scikit-learn 1.7.0 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.0 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 -
LogisticRegression — scikit-learn 1.7.0 documen...
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.LogisticRegression.html -
cross_validate — scikit-learn 1.7.0 documentation
dict are: test_score The score array for test scores on each cv split....multiple scoring metrics in the scoring parameter. train_score The...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
NuSVR — scikit-learn 1.7.0 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.svm.NuSVR.html -
5.2. Permutation feature importance — scikit-le...
on the score function that is specified with the scoring argument...., random_state = 0 , scoring = scoring ) ... >>> for metric in...scikit-learn.org/stable/modules/permutation_importance.html -
AdaBoostClassifier — scikit-learn 1.7.0 documen...
score ( X , y ) 0.96 For a detailed...converted to CSR. Returns : score ndarray of shape of (n_samples,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
Comparison between grid search and successive h...
mean_test_score values for the highest iter scores_matrix = results..."mean_test_score" , aggfunc = "last" , ) else : scores_matrix =...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html