Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1281 - 1290 of 2,057 for store (0.53 seconds)

Filter
  1. 4. Metadata Routing — scikit-learn 1.8.0 docume...

    metadata to a method like fit or score , the object consuming the metadata,...n_samples ) 4.1.1. Weighted scoring and fitting # The splitter...
    scikit-learn.org/stable/metadata_routing.html
    Mon Mar 23 20:39:20 UTC 2026
      13.1K bytes
      Cache
     
  2. check_scoring — scikit-learn 1.8.0 documentation

    scoring = scoring , raise_exc = False ) >>> scores = scoring_call...Scorer to use. If scoring represents a single score, one can use:...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.check_scoring.html
    Mon Mar 23 20:39:20 UTC 2026
      13.9K bytes
      Cache
     
  3. Successive Halving Iterations — scikit-learn 1....

    5 scoring scoring: str or callable, default=None Scoring method...integer. 5 scoring scoring: str or callable, default=None Scoring method...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Mon Mar 23 20:39:21 UTC 2026
      29.1K bytes
      Cache
     
  4. L1 Penalty and Sparsity in Logistic Regression ...

    69% Score with L1 penalty: 0.90 Score with Elastic-Net...penalty: 4.69% Score with L1 penalty: 0.90 Score with Elastic-Net...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_l1_l2_sparsity.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  5. Concatenating multiple feature extraction metho...

    score=0.933 total time= 0.0s [CV 2/5;...features__univ_select__k=1, svm__C=0.1;, score=0.933 total time= 0.0s [CV 3/5;...
    scikit-learn.org/stable/auto_examples/compose/plot_feature_union.html
    Mon Mar 23 20:39:20 UTC 2026
      16.8K bytes
      Cache
     
  6. Adjustment for chance in clustering performance...

    scores . mean ( axis = 1 ), scores . std ( axis..., np . median ( scores , axis = 1 ), scores . std ( axis = 1...
    scikit-learn.org/stable/auto_examples/cluster/plot_adjusted_for_chance_measures.html
    Mon Mar 23 20:39:21 UTC 2026
      18.5K bytes
      Cache
     
  7. top_k_accuracy_score — scikit-learn 1.8.0 docum...

    Returns : score float The top-k accuracy score. The best performance...Top-k Accuracy classification score. This metric computes the number...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  8. Comparing Random Forests and Histogram Gradient...

    "Train time vs score" , "Predict time vs score" ], ) model_names...Boosting (HGBT) models in terms of score and computation time for a regression...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  9. OrthogonalMatchingPursuit — scikit-learn 1.8.0 ...

    Notes The \(R^2\) score used when calling score on a regressor uses...() . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>> reg . predict...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Mon Mar 23 20:39:21 UTC 2026
      17.2K bytes
      Cache
     
  10. d2_pinball_score — scikit-learn 1.8.0 documenta...

    Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of pinball...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14.7K bytes
      Cache
     
Back to Top