- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 1,074 for store (0.42 sec)
-
DensityMixin — scikit-learn 1.7.2 documentation
"score" ) True score ( X , y = None ) [source]...through the estimator_type tag; score method that default that do...scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.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 -
det_curve — scikit-learn 1.7.2 documentation
y_score ndarray of shape of (n_samples,) Target scores, can...sklearn.metrics. det_curve ( y_true , y_score , pos_label = None , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html -
Elasticsearch search for App Search Guide | App...
document scores The following query calculates document scores as a..."query": { "function_score": { "script_score": { "script": { "source":...www.elastic.co/guide/en/app-search/current/elasticsearch-search-guide.html -
Examples of Using FrozenEstimator — scikit-lear...
1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...)[:, 1 ] calibrated_score = brier_score_loss ( y_test , prob_pos_calibrated...scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html -
LassoLarsIC — 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.LassoLarsIC.html -
A demo of the Spectral Biclustering algorithm —...
"consensus score: { score : .1f } " ) consensus score: 1.0 The...sets of biclusters score = consensus_score ( model . biclusters_...scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html -
Displaying Pipelines — scikit-learn 1.7.2 docum...
'2*n_jobs' error_score nan return_train_score False estimator:...'classifier__n_estimators': [200, 500]} scoring None n_jobs 1 refit True cv...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.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