- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 741 - 750 of 1,197 for store (0.89 sec)
-
3.2. Tuning the hyper-parameters of an estimato...
cy_score for classification and sklearn.metrics.r2_score for...accuracy score is often uninformative). An alternative scoring function...scikit-learn.org/stable/modules/grid_search.html -
zero_one_loss — scikit-learn 1.6.1 documentation
also accuracy_score Compute the accuracy score. By default, the...jaccard_score Compute the Jaccard similarity coefficient score. Notes...scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html -
validation_curve — scikit-learn 1.6.1 documenta...
test scores for varying parameter values. Compute scores for an...train_scores array of shape (n_ticks, n_cv_folds) Scores on training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Entertainment News | Slashdot
typo dupe error × 177010439 story Long-time Slashdot reader sandbagger...National Archive. 177001653 story Director James Cameron argues...entertainment.slashdot.org -
SVC — scikit-learn 1.6.1 documentation
(n_classes * (n_classes - 1) / 2) 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 -
Gradient Boosting Out-of-Bag estimates — scikit...
deviance scores on ``X_test`` and ``y_test``.""" score = np . zeros...y_train [ train ]) val_scores += heldout_score ( cv_clf , X_train...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
CategoricalNB — scikit-learn 1.6.1 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.CategoricalNB.html -
RegressorTags — scikit-learn 1.6.1 documentation
RegressorTags ( poor_score : bool = False ) [source] #...regressor. Parameters : poor_score bool, default=False Whether...scikit-learn.org/stable/modules/generated/sklearn.utils.RegressorTags.html -
PoissonRegressor — scikit-learn 1.6.1 documenta...
score ( X , y ) np.float64(0.990...)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html -
A demo of K-Means clustering on the handwritten...
homo homogeneity score compl completeness score v-meas V measure...homogeneity_score , metrics . completeness_score , metrics ....scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html