- Sort Score
- Num 10 results
- Language All
- Labels All
Results 121 - 130 of 2,497 for test (6.05 seconds)
-
11. Common pitfalls and recommended practices &...
not the test dataset, so model performance on the test dataset...keeping the test and train data subsets separate. Test data should...scikit-learn.org/stable/common_pitfalls.html -
BeanOverrideProcessor (Spring Framework 7.0.0 API)
given override annotation and test class. Method Details createHandler...this processor testClass - the test class to process field - the...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/bean/ov... -
Face completion with a multi-output estimators ...
randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...< 30 ] test = data [ targets >= 30 ] # Test on independent...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
Development
Running Unit Tests Step 4: Run Local Tests Running Unit Tests Running...Plugins Testing Running Unit Tests Running All Unit Tests Running...fess.codelibs.org/development.html -
Developing a stream processor with Apache Kafka...
Test your stream processor You can test your stream...will test the stream processor using kafka-streams-test-utils...developer.ibm.com/tutorials/developing-a-streams-processor-with-apache-kafka/ -
RepeatedStratifiedKFold — scikit-learn 1....
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 -
Compare cross decomposition methods — sci...
label = "test" , marker = "o"...title ( "Comp. 1: X vs Y (test corr = %.2f )" % np . corrcoef...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
Flux de travail de développement
tous les tests mvn test Consultez Compilation et tests pour plus...toujours les tests. Exécution des tests unitaires mvn test Exécution...fess.codelibs.org/fr/dev/workflow.html -
ValidationCurveDisplay — scikit-learn 1.7...
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 -
Model Selection — scikit-learn 1.7.2 docu...
(ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/model_selection/index.html