- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of 2,473 for test (1.07 seconds)
-
plot_multi_metric_evaluation.py
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Effective cloud native development with Liberty...
run tests, and view test reports. Liberty dev...application tests finish running, you can access the test reports...developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-vs-code/ -
개발 워크플로우
mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...fess.codelibs.org/ko/dev/workflow.html -
cross_validate — scikit-learn 1.7.2 docum...
splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
Wildcard Search
such as test, tests, or tester. You can also...single-character wildcard, such as text or test. To use a multiple-character...fess.codelibs.org/15.3/user/search-wildcard.html -
NearestCentroid — scikit-learn 1.7.2 docu...
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
RepeatedKFold — scikit-learn 1.7.2 docume...
index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...index=[1 2] Test: index=[0 3] Fold 3: Train: index=[0 3] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
9.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/stable/computing/parallelism.html -
LearningCurveDisplay — scikit-learn 1.7.2...
n_cv_folds) Scores on test set. score_name str, default=None...corresponding to the mean train and test scores. If another style is...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
Prediction Intervals for Gradient Boosting Regr...
It still shows that the best test metric is obtained when the...expected_y + noise Split into train, test datasets: X_train , X_test ,...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html