- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of 2,473 for test (0.85 seconds)
-
Gradient Boosting Out-of-Bag estimates — ...
X_train [ test ], y_train [ test ]) val_scores /= n_splits...cv_estimate ( 3 ) # Compute best n_estimator for test data test_score =...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
StratifiedShuffleSplit — scikit-learn 1.7...
Provides train/test indices to split data in train/test sets. This...3] Test: index=[4 1 0] Fold 1: Train: index=[5 1 4] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
class_likelihood_ratios — scikit-learn 1....
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
AotTestContextInitializers (Spring Framework 7....
test.context.aot.AotTestContextInitia...AotTestContextInitia provides mappings from test classes to AOT-optimized context...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/aot/Aot... -
SqlScriptsTestExecutionListener (Spring Framewo...
once before all test methods or once after all test methods , respectively....TestContext once per test class after all test methods have been...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
GroupShuffleSplit — scikit-learn 1.7.2 do...
test ndarray The testing set indices for that...iterator. Provides randomized train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
Semi-supervised Classification on a Text Datase...
0 Micro-averaged F1 score on test set: 0.885 ---------- Supervised...0 Micro-averaged F1 score on test set: 0.773 ---------- SelfTrainingClassifi...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
cross_validation.rst.txt
``['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
Statistical comparison of models using grid sea...
\(n_{test}\) is the number of samples used for testing, \(n_{train}\)...\(n_{test}\) is the number of samples used for testing, \(n_{train}\)...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
빌드 및 테스트
단위 테스트 실행 mvn test 특정 테스트 클래스 실행 mvn test -Dtest = SearchServiceTest...타임아웃 테스트 타임아웃 시간 연장: mvn test -Dmaven.test.timeout = 600 OpenSearch가...fess.codelibs.org/ko/dev/building.html