- Sort Score
- Num 10 results
- Language All
- Labels All
Results 281 - 290 of 3,841 for test (1.04 seconds)
Filter
-
Demonstration of multi-metric evaluation on cro...
( "test" , "-" )): sample_score_mean..., alpha = 0.1 if sample == "test" else 0 , color = color , )...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
Feature Selection — scikit-learn 1.8.0 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
More Java constructs for real-world apps - IBM ...
in the test tree is where you'll find the JUnit tests that allow...could use a JUnit test, as shown here: @Test void testSerializeToDisk...developer.ibm.com/learningpaths/java-get-started/java-constructs2/ -
Serveur de recherche plein texte open source - ...
Tests Créez et exécutez des tests unitaires pour...Fichiers JSP │ └── test/ │ └── java/ # Code de test ├── pom.xml #...fess.codelibs.org/fr/dev/getting-started.html -
Comparing Random Forests and Histogram Gradient...
significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
getting_started.rst.txt
disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/_sources/getting_started.rst.txt -
Nested versus non-nested cross-validation — sci...
Nested versus non-nested cross-validation #...example compares non-nested and nested cross-validation strategies...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
RequestPredicates (Spring Framework 7.0.6 API)
parameter to test against predicate - the predicate to test against...Author: Arjen Poutsma Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
cross_validate — scikit-learn 1.8.0 documentation
splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
Plotting Learning Curves and Checking Models’ S...
terms of training score and testing score. Here, we compute the...[: 2 ], [ "Training Score" , "Test Score" ]) ax [ ax_idx ] . set_title...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html