- Sort Score
- Num 10 results
- Language All
- Labels All
Results 201 - 210 of 2,473 for test (2.58 seconds)
-
RouterFunctionMockMvcBuilder (Spring Framework ...
plain unit tests, and also making it possible to test one function...java.lang.Object org.springframework.test.web.servlet.MockMvcBuilderSuppor...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/set... -
ElasticNetCV — scikit-learn 1.7.2 documen...
are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
plot_multi_metric_evaluation.ipynb
(\"test\", \"-\")):\n sample_score_mean...sample_score_std,\n alpha=0.1 if sample == \"test\" else 0,\n color=color,\n )\n...scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation.... -
Species distribution modeling — scikit-le...
"ascii" ) points = dict ( test = test , train = train ) for label...create_species_bunch ( species_name , train , test , coverages , xgrid , ygrid...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
Multiclass sparse logistic regression on 20newg...
[model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
通配符检索
如 text 或 test 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 test、tests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...fess.codelibs.org/zh-cn/15.3/user/search-wildcard.html -
开发工作流程
执行特定的测试类 mvn test -Dtest = SearchServiceTest # 执行所有测试 mvn test 详情请参阅...修复错误 refactor : 重构 docs : 更新文档 test : 添加・修改测试 例: # 添加新功能 git checkout...fess.codelibs.org/zh-cn/dev/workflow.html -
Demonstration of multi-metric evaluation on cro...
( "test" , "-" )): sample_score_mean...alpha = 0.1 if sample == "test" else 0 , color = color...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Digital experience monitoring with Elastic Obse...
verify tests in pre-production, and then push the test scripts...Run synthetic tests from Elastic’s managed testing infrastructure...www.elastic.co/observability/digital-experience-monitoring -
fetch_20newsgroups — scikit-learn 1.7.2 d...
‘test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html