- Sort Score
- Num 10 results
- Language All
- Labels All
Results 931 - 940 of 1,301 for store (0.49 seconds)
Filter
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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