- Sort Score
- Num 10 results
- Language All
- Labels All
Results 511 - 520 of 3,119 for test (0.12 seconds)
Filter
-
RegisterReflectionForBinding (Spring Framework ...
annotated element can also be any test class that uses the Spring TestContext...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/aot/hint/annotation/... -
DevOps - Articles - IBM Developer
AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...developer.ibm.com/devpractices/devops/articles/ -
LassoLars — scikit-learn 1.8.0 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLars.html -
Lagged features for time series forecasting — s...
startswith ( "test_" ): metric = key . split ( "test_" )[ 1 ] scores...startswith ( "test_" ): metric = key . split ( "test_" )[ 1 ] scores...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Subscriptions | Elastic Stack Products & Suppor...
Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...www.elastic.co/subscriptions -
Install IBM Storage Scale Container Native 6.0....
Mon Nov 24 08:07:25 AM EST 2025 Testing p1224-storage1 to p1224-storage2:...Mon Nov 24 08:07:26 AM EST 2025 Testing p1224-storage2 to p1224-storage1:...developer.ibm.com/tutorials/install-spectrum-scale-cnsa-5121-on-ocp-48-on-powervs/ -
glossary.rst.txt
common tests This refers to the tests run on almost every...requirements on estimators tested with this function, usually...scikit-learn.org/stable/_sources/glossary.rst.txt -
Scaling the regularization parameter for SVCs —...
= 1e-3 ) We compute the mean test score for different values of...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html -
GaussianMixture — scikit-learn 1.8.0 documentation
log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html -
贡献指南
方法编写测试 测试方法名以 test 开头 使用 Given-When-Then 模式 @Test public void testSearch...SearchService (); String query = "test" ; // When: 执行被测试对象 SearchResponse...fess.codelibs.org/zh-cn/dev/contributing.html