Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1011 - 1020 of 1,744 for store (8.58 seconds)

  1. Ridge — scikit-learn 1.7.2 documentation

    Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Wed Nov 26 04:38:19 GMT 2025
      153.9K bytes
      Cache
     
  2. ExtraTreeRegressor — scikit-learn 1.7.2 d...

    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.tree.ExtraTreeRegressor.html
    Mon Nov 24 12:29:38 GMT 2025
      160.8K bytes
      Cache
     
  3. balanced_accuracy_score — scikit-learn 1....

    would score 0, while keeping perfect performance at a score of 1....prediction scores. precision_score Compute the precision score. recall_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html
    Wed Nov 26 04:38:21 GMT 2025
      110.7K bytes
      Cache
     
  4. Tweedie regression on insurance claims — ...

    "score" ): continue score = estimator . score ( X ,...score_label , "score" : score }) res = ( pd . DataFrame...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Wed Nov 26 04:38:19 GMT 2025
      181.8K bytes
      Cache
     
  5. Compare Stochastic learning strategies for MLPC...

    "Training set score: %f " % mlp . score ( X , y )) print...learning-rate Training set score: 0.980000 Training set loss:...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_training_curves.html
    Wed Nov 26 04:38:21 GMT 2025
      105.4K bytes
      Cache
     
  6. Lagged features for time series forecasting &#8...

    1f } " ) return scores scoring = { "MAPE" :...X , y , cv = ts_cv , scoring = scoring , n_jobs = 2 , ) time...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed Nov 26 04:38:21 GMT 2025
      162.8K bytes
      Cache
     
  7. 3. Model selection and evaluation — sciki...

    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
    Wed Nov 26 04:38:21 GMT 2025
      34.4K bytes
      Cache
     
  8. label_ranking_average_precision_score — s...

    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
    Wed Nov 26 04:38:21 GMT 2025
      108.4K bytes
      Cache
     
  9. Metadata Routing — scikit-learn 1.7.2 doc...

    caller = "score" , callee = "score" ), ) return...{'callee': 'score', 'caller': 'score'}], 'router':...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Wed Nov 26 04:38:21 GMT 2025
      272.6K bytes
      Cache
     
  10. Demonstration of multi-metric evaluation on cro...

    scoring = scoring , refit = "AUC"...can be done by setting the scoring parameter to a list of metric...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed Nov 26 04:38:21 GMT 2025
      101.5K bytes
      Cache
     
Back to Top