- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1161 - 1170 of 1,745 for store (3.35 seconds)
-
KMeans — scikit-learn 1.7.2 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.KMeans.html -
OneVsOneClassifier — scikit-learn 1.7.2 d...
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.multiclass.OneVsOneClassifier.html -
Compare cross decomposition methods — sci...
"x scores" ) plt . ylabel ( "y scores" )..."x scores" ) plt . ylabel ( "y scores" )...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
MultinomialNB — scikit-learn 1.7.2 docume...
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.MultinomialNB.html -
Column Transformer with Mixed Types — sci...
( "model score: %.3f " % clf . score ( X_test , y_test...( "model score: %.3f " % clf . score ( X_test , y_test...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Arrow right
deployments Arrow down Featured stories Arrow down Deployment process...amazing prototypes, but the story ends there. Every Call for Code...developer.ibm.com/callforcode/solutions/deployments/ -
normalized_mutual_info_score — scikit-lea...
the Mutual Information (MI) score to scale the results between...label values won’t change the score value in any way. This metric...scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html -
BaggingClassifier — scikit-learn 1.7.2 do...
oob_score_ float Score of the training dataset obtained...for more details. Returns : score ndarray of shape (n_samples,...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
Successive Halving Iterations — scikit-le...
on False cv 5 scoring None refit True..."left" ) ax . set_title ( "Scores of candidates over iterations"...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Underfitting vs. Overfitting — scikit-lea...
- 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