Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1601 - 1610 of 2,378 for store (0.92 seconds)

Filter
  1. ComplementNB — scikit-learn 1.8.0 documen...

    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 09 14:07:54 UTC 2026
      18K bytes
      Cache
     
  2. MLPRegressor — scikit-learn 1.8.0 documen...

    The score reported is the R2 score. Only available...The best validation score (i.e. R2 score) that triggered the...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Mon Mar 09 14:07:57 UTC 2026
      21K bytes
      Cache
     
  3. Principal Component Regression vs Partial Least...

    We also print the R-squared scores of both estimators, which further..."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 09 14:07:53 UTC 2026
      18.1K bytes
      Cache
     
  4. RandomForestClassifier — scikit-learn 1.8...

    estimate the generalization score. By default, accuracy_score...importances. oob_score_ float Score of the training dataset obtained...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Mon Mar 09 14:07:54 UTC 2026
      24.4K bytes
      Cache
     
  5. getting_started.rst.txt

    and compute the accuracy score of a pipeline on the test data::...strategies, and use custom scoring functions. Please refer to...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Mar 05 14:15:29 UTC 2026
      3.7K bytes
     
  6. GaussianNB — scikit-learn 1.8.0 documenta...

    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.GaussianNB.html
    Mon Mar 09 14:07:54 UTC 2026
      18.4K bytes
      Cache
     
  7. adjusted_mutual_info_score — scikit-learn...

    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 09 14:07:53 UTC 2026
      15.2K bytes
      Cache
     
  8. Apache Lucene™ 10.4.0 Documentation

    and Scoring in Lucene : Introduction to how Lucene scores documents....documents. Classic Scoring Formula : Formula of Lucene's classic...
    lucene.apache.org/core/10_4_0/index.html
    Thu Feb 26 14:15:07 UTC 2026
      2.8K bytes
      Cache
      Similar Results (1)
     
  9. Feature discretization — scikit-learn 1.8...

    y_train ) score = clf . score ( X_test , y_test ) print...print ( f " { name } : { score : .2f } " ) # plot the...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Mon Mar 09 14:07:53 UTC 2026
      18.9K bytes
      Cache
     
  10. BisectingKMeans — scikit-learn 1.8.0 docu...

    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 09 14:07:54 UTC 2026
      18.8K bytes
      Cache
     
Back to Top