Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1331 - 1340 of 2,057 for store (0.3 seconds)

Filter
  1. Target Encoder’s Internal Cross fitting — sciki...

    "Raw Model score on training set: " , raw_model . score ( X_train..."Raw Model score on test set: " , raw_model . score ( X_test ,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Mar 23 20:39:21 UTC 2026
      18.2K bytes
      Cache
     
  2. Early stopping of Stochastic Gradient Descent —...

    "Train score" , "Test score" , ] results_df = pd...zip ( axes , [ "Train score" , "Test score" ]): for style , ( criterion...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Mon Mar 23 20:39:21 UTC 2026
      17.8K bytes
      Cache
     
  3. r2_score — scikit-learn 1.8.0 documentation

    determination) regression score function. Best possible score is 1.0 and it...\(R^2\) score is identical to the Explained Variance score . Read...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.6K bytes
      Cache
     
  4. HistGradientBoostingRegressor — scikit-learn 1....

    Scores are computed according to the scoring parameter....parameter. If scoring is not ‘loss’, scores are computed on a subset...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      23.3K bytes
      Cache
     
  5. TheilSenRegressor — scikit-learn 1.8.0 document...

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

    Compute the Davies-Bouldin score. The score is defined as the average...result in a better score. The minimum score is zero, with lower...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.davies_bouldin_score.html
    Mon Mar 23 20:39:21 UTC 2026
      13.3K bytes
      Cache
     
  7. d2_absolute_error_score — scikit-learn 1.8.0 do...

    Returns : score float or ndarray of floats The \(D^2\) score with...[source] # \(D^2\) regression score function, fraction of absolute...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  8. ElasticNet — scikit-learn 1.8.0 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.ElasticNet.html
    Mon Mar 23 20:39:21 UTC 2026
      21.5K bytes
      Cache
     
  9. Plotting Learning Curves and Checking Models’ S...

    terms of training score and testing score. Here, we compute the...[: 2 ], [ "Training Score" , "Test Score" ]) ax [ ax_idx ] ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      17.8K bytes
      Cache
     
  10. jaccard_score — scikit-learn 1.8.0 documentation

    accuracy score. f1_score Function for calculating the F1 score. mu...Jaccard similarity coefficient score. The Jaccard index [1], or Jaccard...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.5K bytes
      Cache
     
Back to Top