- Sort Score
- Num 10 results
- Language All
- Labels All
Results 311 - 320 of 1,305 for tests (3.99 seconds)
-
Species distribution modeling — scikit-le...
"ascii" ) points = dict ( test = test , train = train ) for label...create_species_bunch ( species_name , train , test , coverages , xgrid , ygrid...scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html -
Image denoising using kernel PCA — scikit...
dataset into a training and testing set composed of 1,000 samples...training and 100 samples for testing. These images are noise-free...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.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/ -
Repeat (Spring Framework 7.0.0 API)
SpringExtension and JUnit Jupiter Test annotation for use with JUnit...JUnit 4 to indicate that a test method should be invoked repeatedly....docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/annotation/Repe... -
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.7.2 doc...
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 -
plot_hgbt_regression.zip
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
plot_multi_metric_evaluation.py
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Install Red Hat OpenShift Container Platform 4....
test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...developer.ibm.com/tutorials/use-container-images-for-upi-deployment-of-openshift/ -
Multi-class AdaBoosted Decision Trees — s...
the remaining 30 percent for testing. from sklearn.model_selection...each boosting iteration on the test set to assess its performance....scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html