- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 881 - 890 of 1,197 for store (0.24 sec)
-
Classifier comparison — scikit-learn 1.6.1 docu...
y_train ) score = clf . score ( X_test , y_test ) ...y_min + 0.3 , ( " %.2f " % score ) . lstrip ( "0" ), size = 15...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
KernelDensity — scikit-learn 1.6.1 documentation
score_samples ( X [: 3 ]) >>> log_density...n_features) List of samples. score ( X , y = None ) [source] #...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KernelDensity.html -
RANSACRegressor — scikit-learn 1.6.1 documentation
defined by stop_score . Additionally, the score is used to decide...stop_score float, default=np.inf Stop iteration if score is greater...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
Examples — scikit-learn 1.6.1 documentation
complexity and cross-validated score Balance model complexity and...and cross-validated score Class Likelihood Ratios to measure classification...scikit-learn.org/stable/auto_examples/index.html -
Perceptron — scikit-learn 1.6.1 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.linear_model.Perceptron.html -
Feature discretization — scikit-learn 1.6.1 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 -
What came after the Florida Gators' national ti...
Pinterest Linkedin Latest Stories Trump Admin Politics U.S. News...“great sportsmanship.” The back story for Clayton might help to explain...www.nbcnews.com/sports/ncaa/florida-gators-walter-clayton-emmanuel-sharp-rcna200336 -
Caching nearest neighbors — scikit-learn 1.6.1 ...
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 -
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/stable/developers/minimal_reproducer.html -
StackingRegressor — scikit-learn 1.6.1 document...
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.ensemble.StackingRegressor.html