Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1491 - 1500 of 2,378 for store (2.01 seconds)

Filter
  1. Effect of model regularization on training and ...

    print ( f "Test score: { enet . score ( X_test , y_test )...shows the training and test scores of the model for different...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Mon Mar 09 14:07:53 UTC 2026
      17.6K bytes
      Cache
     
  2. LassoLarsCV — scikit-learn 1.8.0 document...

    Notes The \(R^2\) score used when calling score on a regressor uses...X , y ) >>> reg . score ( X , y ) 0.9993 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html
    Mon Mar 09 14:07:53 UTC 2026
      18.8K bytes
      Cache
     
  3. Perceptron — scikit-learn 1.8.0 documenta...

    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.Perceptron.html
    Mon Mar 09 14:07:57 UTC 2026
      19.7K bytes
      Cache
     
  4. d2_tweedie_score — scikit-learn 1.8.0 doc...

    [source] # \(D^2\) regression score function, fraction of Tweedie...deviance explained. Best possible score is 1.0 and it can be negative...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_tweedie_score.html
    Mon Mar 09 14:07:54 UTC 2026
      13.9K bytes
      Cache
     
  5. SelectPercentile — scikit-learn 1.8.0 doc...

    arrays (scores, pvalues) or a single array with scores. Default...feature scores, None if score_func returned only scores. n_features_in_...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Mon Mar 09 14:07:53 UTC 2026
      17.1K bytes
      Cache
     
  6. SequentialFeatureSelector — scikit-learn ...

    scoring str or callable, default=None Scoring method to..., direction = 'forward' , scoring = None , cv = 5 , n_jobs =...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Mon Mar 09 14:07:57 UTC 2026
      18.1K bytes
      Cache
     
  7. 2.3. Clustering — scikit-learn 1.8.0 docu...

    lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred =...
    scikit-learn.org/stable/modules/clustering.html
    Mon Mar 09 14:07:57 UTC 2026
      43.3K bytes
      Cache
     
  8. plot_multi_metric_evaluation.rst.txt

    scoring=scoring, refit="AUC", n_jobs=2,...can be done by setting the ``scoring`` parameter to a list of metric...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Thu Mar 05 14:15:31 UTC 2026
      2.3K bytes
     
  9. cross_val_score — scikit-learn 1.8.0 docu...

    to return train scores, fit times and score times. cross_val_predict...None , * , groups = None , scoring = None , cv = None , n_jobs...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html
    Mon Mar 09 14:07:54 UTC 2026
      17.2K bytes
      Cache
     
  10. average_precision_score — scikit-learn 1....

    precision (AP) from prediction scores. AP summarizes a precision-recall...(n_samples, n_classes) Target scores, can either be probability...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Mon Mar 09 14:07:57 UTC 2026
      14.8K bytes
      Cache
     
Back to Top