- Sort Score
- Num 10 results
- Language All
- Labels All
Results 441 - 450 of 2,239 for tests (0.51 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 -
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 -
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... -
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/ -
ValidationCurveDisplay — scikit-learn 1.8.0 doc...
n_cv_folds) Scores on test set. score_name str, default=None...corresponding to the mean train and test scores. If another style is...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
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... -
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 -
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 -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...targets < 30 ] test = data [ targets >= 30 ] # Test on independent...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html