- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 131 - 140 of 834 for tests (0.36 sec)
-
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 -
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 -
plot_multi_metric_evaluation.ipynb
``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``,...in ((\"train\", \"--\"), (\"test\", \"-\")):\n sample_score_mean...scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation.... -
Introducing Elastic Observability's new Synthet...
monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability -
Action定義のテスト (ActionDefTest) | LastaFlute
src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.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 -
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 -
ShrunkCovariance — scikit-learn 1.6.1 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
Probability Calibration curves — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.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