- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 930 for tests (0.17 sec)
-
Recognizing hand-written digits — scikit-learn ...
and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html -
Version 0.17 — scikit-learn 1.7.dev0 documentation
ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....scikit-learn.org/dev/whats_new/v0.17.html -
MultiTaskLassoCV — scikit-learn 1.6.1 documenta...
test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html -
SAStruts での利用
jdbc generate doc outside-sql-test replace-schema sql2entity manage...今回は以下の単純なテーブルを作成します。 CREATE TABLE TEST_TABLE ( ID BIGINT NOT NULL IDENTITY...dbflute.seasar.org/maven/plugin/ja/sastruts.html -
Successive Halving Iterations — scikit-learn 1....
values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
Guiding your organization with the 2024 Elastic...
(OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...www.elastic.co/blog/guiding-your-team-2024-global-threat-report -
Visualization of MLP weights on MNIST — scikit-...
partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Poisson regression and non-normal loss — scikit...
df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html -
Nested versus non-nested cross-validation — sci...
a series of train/validation/test set splits. In the inner loop...error is estimated by averaging test set scores over several dataset...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
ConfusionMatrixDisplay — scikit-learn 1.6.1 doc...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html