- Sort Score
- Num 10 results
- Language All
- Labels All
Results 511 - 520 of 2,378 for tests (0.57 seconds)
Filter
-
Data Store Crawling
This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...fess.codelibs.org/15.4/admin/dataconfig-guide.html -
Rollback (Spring Framework 7.0.2 API)
semantics for all test methods within the test class hierarchy...@Rollback on the same test method or on the same test class is unsupported...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/annotation/Roll... -
train_test_split — scikit-learn 1.8.0 documenta...
matrices into random train and test subsets. Quick utility that...the dataset to include in the test split. If int, represents the...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
GroupKFold — scikit-learn 1.8.0 documentation
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
Approaches to refactoring monoliths - IBM Devel...
dependent on the test cases executed and the set of test cases might...and can test the refactored code with the original test cases....developer.ibm.com/learningpaths/intro-ibm-mono2micro/approaches/ -
Faces recognition example using eigenfaces and ...
set and a test and keep 25% of the data for testing. X_train ,...of the model quality on the test set print ( "Predicting people's...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
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/ -
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 -
Implement XGBoost in Python
monitoring both training and testing errors all help develop robust...between a training data set and testing data set. The training data...developer.ibm.com/tutorials/awb-implement-xgboost-in-python/ -
ApplicationEvents (Spring Framework 7.0.2 API)
single test method. To use ApplicationEvents in your tests, do the...following. Ensure that your test class is annotated or meta-annotated...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/event/A...