- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 1,752 for test (0.11 sec)
-
Nested versus non-nested cross-validation — sci...
) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
Post-tuning the decision threshold for cost-sen...
]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
8.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/dev/computing/parallelism.html -
We Ranked The Best Frozen Pizza Brands
We Ranked The Best Frozen Pizza Brands I Tested And Ranked The...frozen pizzas. So I blind taste-tested the seven most popular grocery...www.buzzfeed.com/webstories/frozen-pizza-brands-ranked/ -
Gradient Boosting Out-of-Bag estimates — scikit...
-= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
GraphicalLassoCV — scikit-learn 1.6.0 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
Statistical comparison of models using grid sea...
"rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
Faces recognition example using eigenfaces and ...
X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Kernel PCA — scikit-learn 1.6.0 documentation
X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Multiclass sparse logistic regression on 20newg...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html