- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 461 - 470 of 1,752 for test (0.07 sec)
-
LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute
[App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html -
fetch_lfw_pairs — scikit-learn 1.6.0 documentation
‘test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html -
IsolationForest example — scikit-learn 1.6.0 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 -
3.1. Cross-validation: evaluating estimator per...
available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/cross_validation.html -
Sparsity Example: Fitting only features 1 and 2...
indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html -
Release Highlights for scikit-learn 1.6 — sciki...
Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html -
Lasta Di (DIコンテナ) | DBFlute
switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...dbflute.seasar.org/ja/lastaflute/lastadi/index.html -
org.seasar.dbflute.maven.plugin (DBFlute Maven ...
provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html -
check_cv — scikit-learn 1.6.0 documentation
test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html -
Developing scikit-learn estimators — scikit-lea...
predict ( X_test ) Depending on the nature of...private API and mostly used in tests. However, these tags expanded...scikit-learn.org/stable/developers/develop.html