- Sort Score
- Num 10 results
- Language All
- Labels All
Results 541 - 550 of 2,256 for tests (0.34 seconds)
Filter
-
MethodInvoker (Spring Framework 7.0.1 API)
features of the underlying testing framework. For example, when...when the underlying testing framework is JUnit Jupiter, a TestExecutionListene...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/MethodI... -
SimpleUrlHandlerMapping (Spring Framework 7.0.2...
under "/test", "/test/**" matches all paths below "/test". For...example, a registered "/test" matches "/test", and various Ant-style...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/handler... -
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 -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...defaults, for better test randomization and to help tests reproduce (Robert...lucene.apache.org/core/5_2_1/changes/Changes.html -
GMM covariances — scikit-learn 1.8.0 documentation
on both training and held out test data using a variety of GMM...generalize well to held out test data. On the plots, train data...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
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 -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...Lucene's testing framework. This will allow testing new MMapDirectory...lucene.apache.org/core/9_0_0/changes/Changes.html -
Lucene Change Log
Internal test framework's tests are sensitive to previous test failures...GITHUB#12752 : tests.multiplier could be omitted in test failure reproduce...lucene.apache.org/core/10_4_0/changes/Changes.html -
KFold — scikit-learn 1.8.0 documentation
Provides train/test indices to split data in train/test sets. Split...index=[2 3] Test: index=[0 1] Fold 1: Train: index=[0 1] Test: index=[2...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.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/