- Sort Score
- Num 20 results
- Language All
- Labels All
Results 301 - 320 of 3,693 for test (0.79 seconds)
Filter
-
Permutation Importance with Multicollinear or C...
get about 97% accuracy on a test dataset. Because this dataset...contradiction with the high test accuracy. We demo a possible...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
LeaveOneGroupOut — scikit-learn 1.8.0 documenta...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data such that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
RepeatedKFold — scikit-learn 1.8.0 documentation
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 -
通配符检索
如 text 或 test 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 test、tests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...fess.codelibs.org/zh-cn/15.4/user/search-wildcard.html -
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/ -
Creating a data stream with a lifecycle | Elast...
uot;: ["my-data-stream-test"], "data_stream":...stream named my-data-stream-test . You can optionally use a wildcard...www.elastic.co/docs/manage-data/lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle -
ResourceRegionHttpMessageConverter (Spring Fram...
Parameters: clazz - the class to test for readability mediaType -...(potentially generic) type to test for readability contextClass...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Resou... -
Develop a JMS application for CICS Liberty
Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/ -
Développement
Exécution des tests unitaires Étape 4 : Exécution des tests locaux Exécution...Exécution des tests unitaires Exécution des tests d’intégration...fess.codelibs.org/fr/development.html -
Recherche avec caractères génériques
tel que test, tests ou tester. De plus, te *...seul caractère, tel que text ou test. Pour utiliser un caractère...fess.codelibs.org/fr/15.5/user/search-wildcard.html -
Set up an end-to-end use case for local AI agen...
build and test AI-driven applications by using REST APIs, an MCP...Key takeaways MCP versus REST APIs: REST endpoints need extra wrappers...developer.ibm.com/tutorials/local-ai-agent-workflow-mcp-watsonx-orchestrate/ -
Writing clean, testable, high quality code in P...
of using Nose to test unit test and doc test coverage on the highlight...avoidable. Writing tests before, such as the case of test-driven development...developer.ibm.com/articles/au-cleancode/ -
Effective cloud-native Java app development wit...
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-eclipse-ide/ -
WebTestClientResponseAssert (Spring Framework 7...
body converted to text as the object to test. org.assertj.cor...body converted to text as the object to test. WebTestClientRespons...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/reactive/se... -
f_regression — scikit-learn 1.8.0 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
estimator_checks_generator — scikit-learn 1.8.0...
to a test failure. If False, unexpectedly passing tests will...pytest.mark.xfail ) or skip. Marking a test as “skip” is done via wrapping...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.estimator_checks_generat... -
通配符检索
如 text 或 test 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 test、tests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...fess.codelibs.org/zh-cn/15.5/user/search-wildcard.html -
Dimensionality Reduction with Neighborhood Comp...
= True ) # Split into train/test X_train , X_test , y_train ,...neighbor accuracy on the embedded test set acc_knn = knn . score (...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html -
UserWebTestClientConfigurer (Spring Framework 7...
test.web.reactive.server.UserWebTestClientCon...IllegalStateExceptio is raised. For tests with a MockMvc server, refer...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/reactive/se... -
MultinomialNB — scikit-learn 1.8.0 documentation
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html