- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of 2,313 for tests (0.18 seconds)
Filter
-
ApplicationEventsTestExecutionListener (Spring ...
available to tests via an @Autowired field in the test class. If...testContext - the test context for the test; never null Throws:...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/A... -
DynamicPropertySource (Spring Framework 7.0.0 API)
based tests to be exposed easily to Spring integration tests. However,...Environment by special beans in the test's ApplicationContext . See DynamicPropertyRegis...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Dynamic... -
Building AI applications with Model Context Pro...
the sample test script in our GitHub repo. """ Test script for...successfully!\n" ) # Test resources print ( " Testing Resources:" )...developer.ibm.com/tutorials/mcp-watsonx/ -
NestedTestConfiguration.EnclosingConfiguration ...
Indicates that test configuration for an inner test class should...Indicates that test configuration for an inner test class should...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/NestedT... -
RepeatedStratifiedKFold — scikit-learn 1.8.0 do...
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
LeavePGroupsOut — scikit-learn 1.8.0 docu...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
Supervised fine-tuning of the open source IBM G...
then test the model using the test data and evaluate...the data set into train and test sets The following code selects...developer.ibm.com/articles/awb-supervised-finetuning-ibm-granite-model-transformers/ -
validation_curve — scikit-learn 1.8.0 documenta...
Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
ContextConfigurationAttributes (Spring Framewor...
test.context.ContextConfiguration...ContextConfiguration instance for the test class that declared the @ContextConfiguration...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/Context... -
LeaveOneOut — scikit-learn 1.8.0 documentation
Provides train/test indices to split data in train/test sets. Each...index=[1] Test: index=[0] Fold 1: Train: index=[0] Test: index=[1]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html