- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1601 - 1610 of 2,378 for store (0.79 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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