Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 931 - 940 of 1,301 for store (0.49 seconds)

Filter
  1. adjusted_mutual_info_score — scikit-learn 1.8.0...

    the Mutual Information (MI) score to account for chance. It accounts...label values won’t change the score value in any way. This metric...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Mar 23 20:39:23 UTC 2026
      15.2K bytes
      Cache
     
  2. StackingClassifier — scikit-learn 1.8.0 documen...

    score ( X_test , y_test ) 0.9... decision_function...probabilities of the input samples. score ( X , y , sample_weight = None...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      20.1K bytes
      Cache
     
  3. Underfitting vs. Overfitting — scikit-learn 1.8...

    - scores . mean (), scores . std () ) ) plt ....models using crossvalidation scores = cross_val_score ( pipeline...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Mon Mar 23 20:39:22 UTC 2026
      16.4K bytes
      Cache
     
  4. Displaying Pipelines — scikit-learn 1.8.0 docum...

    to provide a ``score`` function, or ``scoring`` must be passed....'classifier__n_estimators': [200, 500]} scoring scoring: str, callable, list, tuple...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.html
    Mon Mar 23 20:39:21 UTC 2026
      81.8K bytes
      Cache
     
  5. Multilabel classification using a classifier ch...

    The Jaccard similarity score for chain tends to be greater...0.5. The Jaccard similarity score of the ensemble is greater than...
    scikit-learn.org/stable/auto_examples/multioutput/plot_classifier_chain_yeast.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  6. Principal Component Regression vs Partial Least...

    We also print the R-squared scores of both estimators, which further...( f "PCR r-squared { pcr . score ( X_test , y_test ) : .3f }...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Mon Mar 23 20:39:21 UTC 2026
      18.1K bytes
      Cache
     
  7. Release Highlights for scikit-learn 1.5 — sciki...

    5" ) print ( f "Custom score: { custom_score ( y_test , classifier_05...decision threshold: 0.5 Custom score: -0.12 It is interesting to...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Mon Mar 23 20:39:22 UTC 2026
      19.4K bytes
      Cache
     
  8. SVC — scikit-learn 1.8.0 documentation

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Mon Mar 23 20:39:20 UTC 2026
      24.1K bytes
      Cache
     
  9. BisectingKMeans — scikit-learn 1.8.0 documentation

    score ( X , y = None , sample_weight...assigned equal weight. Returns : score float Opposite of the value...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.BisectingKMeans.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  10. ComplementNB — scikit-learn 1.8.0 documentation

    score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Mar 23 20:39:23 UTC 2026
      18K bytes
      Cache
     
Back to Top