- Sort Score
- Num 20 results
- Language All
- Labels All
Results 181 - 200 of 2,850 for test (0.44 seconds)
-
Construcción y Pruebas
Unitarias mvn test Ejecutar Clase de Prueba Específica mvn test -Dtest...espera de pruebas: mvn test -Dmaven.test.timeout = 600 OpenSearch...fess.codelibs.org/es/dev/building.html -
ShuffleSplit — scikit-learn 1.8.0 documen...
4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...0] Test: index=[3 5] Fold 3: Train: index=[3 4 1 0] Test: index=[5...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
TimeSeriesSplit — scikit-learn 1.8.0 docu...
index=[0] Test: index=[1] Fold 1: Train: index=[0 1] Test: index=[2]...1 2] Test: index=[3] Fold 3: Train: index=[0 1 2 3] Test: index=[4]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
Semi-supervised Classification on a Text Datase...
" Micro-averaged F1 score on test set: { f1 : .3f } " ) print...0 Micro-averaged F1 score on test set: 0.901 2. Evaluate a supervised...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
PredefinedSplit — scikit-learn 1.8.0 docu...
Provides train/test indices to split data into train/test sets using...index=[1 2 3] Test: index=[0] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html -
LeaveOneOut — scikit-learn 1.8.0 document...
Provides train/test indices to split data in train/test sets. Each...index=[1] Test: index=[0] Fold 1: Train: index=[0] Test: index=[1]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
LeavePGroupsOut — scikit-learn 1.8.0 docu...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
EnabledIf (Spring Framework 7.0.1 API)
signal that the annotated test class or test method is enabled and...determine if the annotated test class or test method is enabled . boolean...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j... -
Gradient Boosting Out-of-Bag estimates — ...
X_train [ test ], y_train [ test ]) val_scores /= n_splits...cv_estimate ( 3 ) # Compute best n_estimator for test data test_score =...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
StratifiedShuffleSplit — scikit-learn 1.8...
Provides train/test indices to split data in train/test sets. This...3] Test: index=[4 1 0] Fold 1: Train: index=[5 1 4] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
class_likelihood_ratios — scikit-learn 1....
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html -
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 -
GroupShuffleSplit — scikit-learn 1.8.0 do...
test ndarray The testing set indices for that...iterator. Provides randomized train/test indices to split data according...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
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 -
Model Selection — scikit-learn 1.8.0 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 -
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/ -
Entwicklungsworkflow
ausführen mvn test -Dtest = SearchServiceTest # Alle Tests ausführen...Dokumentationsaktual test : Hinzufügen/Ändern von Tests Beispiele: #...fess.codelibs.org/de/dev/workflow.html -
Statistical comparison of models using grid sea...
\(n_{test}\) is the number of samples used for testing, \(n_{train}\)...\(n_{test}\) is the number of samples used for testing, \(n_{train}\)...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.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