Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 871 - 880 of 1,306 for store (0.12 seconds)

Filter
  1. 11. Common pitfalls and recommended practices —...

    accuracy: { scores . mean () : .2f } +/- { scores . std () : .2f...result in overly optimistic scores. Conversely, the transform...
    scikit-learn.org/stable/common_pitfalls.html
    Mon Mar 23 20:39:23 UTC 2026
      17K bytes
      Cache
     
  2. coverage_error — scikit-learn 1.8.0 documentation

    need to go through the ranked scores to cover all true labels. The...Note: Our implementation’s score is 1 greater than the one given...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.coverage_error.html
    Mon Mar 23 20:39:23 UTC 2026
      13.6K bytes
      Cache
     
  3. rand_score — scikit-learn 1.8.0 documentation

    The raw RI score [3] is: RI = (number of agreeing...Returns : RI float Similarity score between 0.0 and 1.0, inclusive,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Mon Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  4. RegressorMixin — scikit-learn 1.8.0 documentation

    score ( X , y ) 0.0 score ( X , y , sample_weight...Notes The \(R^2\) score used when calling score on a regressor uses...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      14.5K bytes
      Cache
     
  5. SelectFwe — scikit-learn 1.8.0 documentation

    returning a pair of arrays (scores, pvalues). Default is f_classif...array-like of shape (n_features,) Scores of features. pvalues_ array-like...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFwe.html
    Mon Mar 23 20:39:20 UTC 2026
      16.1K bytes
      Cache
     
  6. Effect of model regularization on training and ...

    y_train ) 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 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  7. plot_classifier_comparison.zip

    y_train) score = clf.score(X_test, y_test) Decis...clf.fit(X_train, y_train)\n score = clf.score(X_test, y_test)\n Dec...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Mon Mar 23 20:39:23 UTC 2026
      10.8K bytes
      1 views
     
  8. OrthogonalMatchingPursuitCV — scikit-learn 1.8....

    Notes The \(R^2\) score used when calling score on a regressor uses...) . fit ( X , y ) >>> reg . score ( X , y ) 0.9991 >>> reg . n_nonzero_coefs_...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Mon Mar 23 20:39:20 UTC 2026
      17.7K bytes
      Cache
     
  9. confusion_matrix_at_thresholds — scikit-learn 1...

    negative samples assigned a score < thresholds[i] . fps ndarray...negative samples assigned a score >= thresholds[i] . The total...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  10. LassoCV — 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.9993 >>> reg . predict...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Mar 23 20:39:20 UTC 2026
      21.5K bytes
      Cache
     
Back to Top