- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 1,456 for test (0.1 sec)
-
Model Selection — scikit-learn 1.6.1 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/model_selection/index.html -
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 -
Custom refit strategy of a grid search with cro...
import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
Common pitfalls in the interpretation of coeffi...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html -
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 -
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 -
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 -
Introducing the set_output API — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
Ordinary Least Squares Example — scikit-learn 1...
X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
Underfitting vs. Overfitting — scikit-learn 1.6...
plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html