- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 811 - 820 of 1,506 for store (0.15 sec)
-
Crafting a minimal reproducer for scikit-learn ...
other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...other_score = gbdt . score ( X_test , y_test ) other_score = gbdt...scikit-learn.org/dev/developers/minimal_reproducer.html -
Will the streets run red? - by John Ganz - Unpo...
exactly one person was willing to stare into a cop’s loaded handgun...Far more effort was spent shoring up the GOP’s advantages in...www.unpopularfront.news/p/will-the-streets-run-red -
LinearSVC — scikit-learn 1.5.2 documentation
confidence scores for samples. The confidence score for a sample...get the confidence scores. Returns : scores ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
Visualization of MLP weights on MNIST — scikit-...
05534985 Training set score: 0.986429 Test set score: 0.953061 import...print ( "Training set score: %f " % mlp . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
DummyRegressor — scikit-learn 1.5.2 documentation
score ( X , y ) 0.0 fit ( X , y ,...distribution of query points. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
TransformedTargetRegressor — scikit-learn 1.5.2...
Notes The \(R^2\) score used when calling score on a regressor uses...default value of r2_score . This influences the score method of all...scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html -
Effect of transforming the targets in regressio...
r2_score def compute_score ( y_true , y_pred ):...get ]): for name , score in compute_score ( y_test , y_pred )...scikit-learn.org/stable/auto_examples/compose/plot_transformed_target.html -
CCA — scikit-learn 1.5.2 documentation
Return x_scores if Y is not given, (x_scores, y_scores) otherwise....Return x_scores if Y is not given, (x_scores, y_scores) otherwise....scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html -
CategoricalNB — scikit-learn 1.5.2 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 -
SVC — scikit-learn 1.5.2 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