- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 837 for tests (0.11 sec)
-
Release Highlights for scikit-learn 0.23 — scik...
X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html -
MNIST classification using multinomial logistic...
X_test , y_train , y_test = train_test_split ( X ,...( X_train ) X_test = scaler . transform ( X_test ) # Turn up tolerance...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
10. Common pitfalls and recommended practices —...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/common_pitfalls.html -
Kernel PCA — scikit-learn 1.6.1 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 -
Classification of text documents using sparse f...
predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
Class Likelihood Ratios to measure classificati...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html -
Precision-Recall — scikit-learn 1.6.1 documenta...
and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
plot_classifier_comparison.rst.txt
and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Prediction Intervals for Gradient Boosting Regr...
test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
PredefinedSplit — scikit-learn 1.6.1 documentation
Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html