Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 781 - 790 of 1,301 for store (0.16 seconds)

Filter
  1. MLPRegressor — scikit-learn 1.8.0 documentation

    The score reported is the R2 score. Only available...The best validation score (i.e. R2 score) that triggered the...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      21K bytes
      Cache
     
  2. LarsCV — scikit-learn 1.8.0 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...) . fit ( X , y ) >>> reg . score ( X , y ) 0.9996 >>> reg . alpha_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Mon Mar 23 20:39:23 UTC 2026
      17.9K bytes
      Cache
     
  3. Lagged features for time series forecasting — s...

    scores , metric ): if metric == "MAPE" : scores [ metric...std () : .1f } " ) return scores scoring = { "MAPE" : make_scorer...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Mon Mar 23 20:39:22 UTC 2026
      25K bytes
      Cache
     
  4. ExtraTreesRegressor — scikit-learn 1.8.0 docume...

    Notes The \(R^2\) score used when calling score on a regressor uses...with Friedman’s improvement score for potential splits, “absolute_error”...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Mar 23 20:39:23 UTC 2026
      21.1K bytes
      Cache
     
  5. LogisticRegression — scikit-learn 1.8.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
    Mon Mar 23 20:39:21 UTC 2026
      26.2K bytes
      Cache
     
  6. Metadata Routing — scikit-learn 1.8.0 documenta...

    add ( caller = "score" , callee = "score" ), ) return router...'predict'}, {'callee': 'score', 'caller': 'score'}], 'router': {'fit':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Mon Mar 23 20:39:20 UTC 2026
      39.7K bytes
      Cache
     
  7. 3. Model selection and evaluation — scikit-lear...

    Which scoring function should I use? 3.4.2. Scoring API overview...selection 3.1.5. Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Mon Mar 23 20:39:23 UTC 2026
      6.8K bytes
      Cache
     
  8. label_ranking_average_precision_score — scikit-...

    Returns : score float Ranking-based average precision score. Examples...vs. total labels with lower score. This metric is used in multilabel...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_average_precision_score.html
    Mon Mar 23 20:39:23 UTC 2026
      13.4K bytes
      Cache
     
  9. ndcg_score — scikit-learn 1.8.0 documentation

    predict some scores (relevance) for the answers >>> scores = np . asarray...( true_relevance , scores ) 0.69 >>> scores = np . asarray ([[...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ndcg_score.html
    Mon Mar 23 20:39:21 UTC 2026
      14.5K bytes
      Cache
     
  10. sklearn.metrics — scikit-learn 1.8.0 documentation

    d2_brier_score \(D^2\) score function, fraction of Brier score explained....Compute the F1 score, also known as balanced F-score or F-measure....
    scikit-learn.org/stable/api/sklearn.metrics.html
    Mon Mar 23 20:39:23 UTC 2026
      16.9K bytes
      Cache
     
Back to Top