- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 837 for tests (0.23 sec)
-
Semi-supervised Classification on a Text Datase...
X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
Getting started: Protect hosts with endpoint th...
To test drive your first deployment,...(EICAR) provides anti malware test files. If your company policy...www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/8.18/getting-s... -
GMM covariances — scikit-learn 1.6.1 documentation
train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
Target Encoder’s Internal Cross fitting — sciki...
X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html -
Comparing randomized search and grid search for...
"mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html -
Nearest Neighbors regression — scikit-learn 1.6...
axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
sklearn.feature_selection — scikit-learn 1.6.1 ...
pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/api/sklearn.feature_selection.html -
Classifier comparison — scikit-learn 1.6.1 docu...
y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
IsolationForest example — scikit-learn 1.6.1 do...
X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
Single estimator versus bagging: bias-variance ...
( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html