- Sort Score
- Num 10 results
- Language All
- Labels All
Results 541 - 550 of 1,620 for tests (0.86 seconds)
Filter
-
Configure text analysis | Elastic Docs
review and test Elasticsearch's other built-in...analyzer fits your needs, you can test and create a custom analyzer....www.elastic.co/docs/manage-data/data-store/text-analysis/configure-text-analysis -
plot_hgbt_regression.zip
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
开发工作流程
执行特定的测试类 mvn test -Dtest = SearchServiceTest # 执行所有测试 mvn test 详情请参阅...修复错误 refactor : 重构 docs : 更新文档 test : 添加・修改测试 例: # 添加新功能 git checkout...fess.codelibs.org/zh-cn/dev/workflow.html -
SSO Configuration with OpenID Connect
Minimal Configuration (for Testing) The following is a minimal...example for verification in a test environment. # Enable SSO sso...fess.codelibs.org/15.5/config/sso-oidc.html -
Probability Calibration for 3-class classificat...
calibrating predicted probabilities) test: 1000 samples Note that we also...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html -
MNIST classification using multinomial logistic...
Test accuracy reaches > 0.8, while...Sparsity with L1 penalty: 80.33% Test score with L1 penalty: 0.8212...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
User API
"surname" : "Test" , "givenName" : "User" , "mail" : "testuser@example.com"...application / json 请求体 { "name" : "testuser" , "password" : "securepassword"...fess.codelibs.org/zh-cn/15.5/api/admin/api-admin-user.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 -
개발 워크플로우
mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...fess.codelibs.org/ko/dev/workflow.html -
MultiTaskLassoCV — scikit-learn 1.8.0 documenta...
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html