- Sort Score
- Num 10 results
- Language All
- Labels All
Results 411 - 420 of 2,277 for tests (0.2 seconds)
-
11. Common pitfalls and recommended practices &...
not the test dataset, so model performance on the test dataset...keeping the test and train data subsets separate. Test data should...scikit-learn.org/stable/common_pitfalls.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 -
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 document...
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 -
PredefinedSplit — scikit-learn 1.8.0 docu...
Provides train/test indices to split data into train/test sets using...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
TestExecutionListener (Spring Framework 7.0.1 API)
Post-processes a test class after execution of all tests within the...Post-processes a test immediately after execution of the test method in...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/TestExe... -
Uses of Package org.springframework.core.io.sup...
test.io.support Test support classes for...integration testing support that is agnostic of the actual testing framework...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/io/support/pack... -
SpringExtension (Spring Framework 7.0.0 API)
for the current test method in a @Nested test class hierarchy....also validates that test methods and test lifecycle methods are...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
Uses of Package org.springframework.validation ...
test.validation Testing support for validation....org.springframework.test.web.reactive.server Support for testing Spring WebFlux...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/validation/package-u... -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...< 30 ] test = data [ targets >= 30 ] # Test on independent...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html