Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1521 - 1530 of 2,378 for store (0.3 seconds)

Filter
  1. 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
    Mon Mar 09 14:07:53 UTC 2026
      16.4K bytes
      Cache
     
  2. 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
    Mon Mar 09 16:03:58 UTC 2026
      21.9K bytes
      Cache
     
  3. 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
    Mon Mar 09 14:07:57 UTC 2026
      13.9K bytes
      Cache
     
  4. 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
    Mon Mar 09 14:07:54 UTC 2026
      16.7K bytes
      Cache
     
  5. 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
    Mon Feb 23 17:51:57 UTC 2026
      16.3K bytes
     
  6. 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
    Mon Mar 09 14:07:53 UTC 2026
      15.2K bytes
      Cache
     
  7. 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
    Mon Mar 09 14:07:53 UTC 2026
      23.8K bytes
      Cache
     
  8. 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
    Mon Mar 09 14:07:54 UTC 2026
      14.2K bytes
      Cache
     
  9. 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
    Mon Mar 09 14:07:54 UTC 2026
      14.1K bytes
      Cache
     
  10. 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
    Mon Mar 09 14:07:57 UTC 2026
      16.3K bytes
      Cache
     
Back to Top