- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1521 - 1530 of 2,378 for store (0.61 seconds)
Filter
-
Comparing randomized search and grid search for...
with rank: 1 Mean validation score: 0.993 (std: 0.007) Parameters:...with rank: 2 Mean validation score: 0.983 (std: 0.018) Parameters:...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html -
LinearSVC — scikit-learn 1.8.0 documentation
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.svm.LinearSVC.html -
fowlkes_mallows_score — scikit-learn 1.8....
Returns : score float The resulting Fowlkes-Mallows score. References...but not in labels_pred ). The score ranges from 0 to 1. A high value...scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html -
DummyRegressor — scikit-learn 1.8.0 docum...
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
plot_hgbt_regression.py
training if the validation score does not # improve (or degrades)..."categorical_features": None, "scoring": "neg_root_mean_squared_error",...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
Model Selection — scikit-learn 1.8.0 docu...
complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...scikit-learn.org/stable/auto_examples/model_selection/index.html -
Clustering text documents using k-means —...
section we define a function to score different clustering pipelines...else name train_times = [] scores = defaultdict ( list ) for...scikit-learn.org/stable/auto_examples/text/plot_document_clustering.html -
ClassifierMixin — scikit-learn 1.8.0 docu...
score ( X , y ) 0.66... score ( X , y , sample_weight...through the estimator_type tag; score method that default to accuracy_score...scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html -
2.7. Novelty and Outlier Detection — scik...
of a threshold on the raw scoring function computed by the estimator....estimator. This scoring function is accessible through the score_samples...scikit-learn.org/stable/modules/outlier_detection.html -
GenericUnivariateSelect — scikit-learn 1....
of feature scores, None if score_func returned scores only. n_features_in_...returning a pair of arrays (scores, pvalues). For modes ‘percentile’...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.GenericUnivariateSelect.html