Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 181 - 200 of 2,850 for test (0.53 seconds)

  1. 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
    Mon Dec 22 02:42:45 GMT 2025
      63.5K bytes
      Cache
     
  2. 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
    Mon Dec 22 11:58:29 GMT 2025
      125.2K bytes
      Cache
     
  3. 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
    Mon Dec 22 11:58:31 GMT 2025
      130K bytes
      Cache
     
  4. 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
    Mon Dec 22 11:58:29 GMT 2025
      116.4K bytes
      Cache
     
  5. 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
    Mon Dec 22 11:58:31 GMT 2025
      116.5K bytes
      Cache
     
  6. 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
    Mon Dec 22 11:58:29 GMT 2025
      116.9K bytes
      Cache
     
  7. 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
    Mon Dec 22 11:58:31 GMT 2025
      122.9K bytes
      Cache
     
  8. 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...
    Fri Feb 01 00:00:00 GMT 1980
      18.1K bytes
      Cache
     
  9. 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
    Mon Dec 22 11:58:30 GMT 2025
      111.6K bytes
      Cache
     
  10. 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
    Mon Dec 22 11:58:31 GMT 2025
      123.2K bytes
      Cache
     
  11. 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
    Mon Dec 22 11:58:31 GMT 2025
      123.3K bytes
      Cache
     
  12. 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
    Mon Dec 22 11:58:29 GMT 2025
      99K bytes
      Cache
     
  13. 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
    Mon Dec 22 11:58:31 GMT 2025
      129K bytes
      Cache
     
  14. 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
    Mon Dec 22 11:58:29 GMT 2025
      103K bytes
      Cache
     
  15. 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
    Mon Dec 22 11:58:31 GMT 2025
      87.4K bytes
      Cache
     
  16. 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/
    Mon Dec 22 13:07:40 GMT 2025
      743.3K bytes
      Cache
     
  17. 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
    Mon Dec 22 02:41:32 GMT 2025
      62.4K bytes
      Cache
     
  18. 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
    Mon Dec 22 11:58:31 GMT 2025
      213K bytes
      Cache
     
  19. 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
    Mon Dec 22 11:58:31 GMT 2025
      125.2K bytes
      Cache
     
  20. 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
    Mon Dec 22 02:43:57 GMT 2025
      64.3K bytes
      Cache
     
Back to Top