- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 831 - 840 of 1,291 for store (0.11 sec)
-
Feature discretization — scikit-learn 1.7.0 doc...
y_train ) score = clf . score ( X_test , y_test ) print...print ( f " { name } : { score : .2f } " ) # plot the decision...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
BaggingClassifier — scikit-learn 1.7.0 document...
oob_score_ float Score of the training dataset...bootstrap_features = False , oob_score = False , warm_start = False...scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html -
DummyRegressor — scikit-learn 1.7.0 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 -
Visualization of MLP weights on MNIST — scikit-...
05534985 Training set score: 0.986429 Test set score: 0.953061 # Authors:...print ( "Training set score: %f " % mlp . score ( X_train , y_train...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.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 -
NBC News Now Live Audio: Listen to live news au...
Pinterest Linkedin Latest Stories U.S. News Politics World Sports...news and stay on top of the stories that matter most. Listen to...www.nbcnews.com/news/nbc-news-now-live-audio-listen-live-news-audio-day-rcna70163 -
GammaRegressor — scikit-learn 1.7.0 documentation
score ( X , y ) np.float64(0.773)...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html -
LinearSVC — scikit-learn 1.7.0 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 -
Common pitfalls in the interpretation of coeffi...
score in scores . items (): ax . plot ([],...regularization" ) for name , score in scores . items (): ax . plot ([],...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html -
Caching nearest neighbors — scikit-learn 1.7.0 ...
cv_results_ [ "mean_test_score" ], yerr = grid_model . cv_results_...cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel =...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html