Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: s top pro .pdf web 機能 検索 pdf tests drive

Results 21 - 40 of 1,505 for test (0.4 seconds)

  1. cross_validation.rst.txt

    ``['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Sat Nov 15 10:03:26 GMT 2025
      41.1K bytes
     
  2. 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
    Sun Nov 16 02:39:49 GMT 2025
      63.4K bytes
      Cache
     
  3. 构建和测试

    单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...
    fess.codelibs.org/zh-cn/dev/building.html
    Sun Nov 16 02:44:32 GMT 2025
      57.7K bytes
      Cache
     
  4. Model Selection &#8212; 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
    Sat Nov 15 10:03:25 GMT 2025
      89K bytes
      Cache
     
  5. ShuffleSplit &#8212; scikit-learn 1.7.2 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
    Sat Nov 15 10:03:26 GMT 2025
      124.6K bytes
      Cache
     
  6. TimeSeriesSplit &#8212; scikit-learn 1.7.2 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
    Sat Nov 15 10:03:27 GMT 2025
      129.5K bytes
      Cache
     
  7. 3.1. Cross-validation: evaluating estimator per...

    train-test split indices) in addition to the test score. For...to the test set . Thus, one can create the training/test sets using...
    scikit-learn.org/stable/modules/cross_validation.html
    Sat Nov 15 10:03:26 GMT 2025
      162.2K bytes
      Cache
     
  8. class_likelihood_ratios &#8212; 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
    Sat Nov 15 10:03:27 GMT 2025
      122.5K bytes
      Cache
     
  9. KFold &#8212; scikit-learn 1.7.2 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Sat Nov 15 10:03:26 GMT 2025
      123.2K bytes
      Cache
     
  10. StratifiedShuffleSplit &#8212; scikit-learn 1.7...

    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
    Sat Nov 15 10:03:27 GMT 2025
      122.5K bytes
      Cache
     
  11. ComplementNB &#8212; scikit-learn 1.7.2 documen...

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Fri Nov 14 17:52:08 GMT 2025
      153K bytes
      Cache
     
  12. ValidationCurveDisplay &#8212; 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
    Fri Nov 14 17:52:08 GMT 2025
      144.1K bytes
      Cache
     
  13. IoT - IBM Developer

    test, and deploy custom Python analytics...autoencoders, learn how to create a test physical model based data generator...
    developer.ibm.com/technologies/iot
    Sun Nov 16 02:34:08 GMT 2025
      635.5K bytes
      Cache
     
  14. GroupShuffleSplit &#8212; scikit-learn 1.7.2 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
    Sat Nov 15 10:03:27 GMT 2025
      128.2K bytes
      Cache
     
  15. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Mon Nov 17 01:13:45 GMT 2025
      497.4K bytes
      Cache
     
  16. 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
    Sun Nov 16 02:40:55 GMT 2025
      64.1K bytes
      Cache
     
  17. Node.js - IBM Developer

    for asynchronous testing. Mocha tests run serially, allowing...is a feature-rich JavaScript test framework running on Node.js...
    developer.ibm.com/languages/node-js/
    Sun Nov 16 01:56:28 GMT 2025
      636.8K bytes
      Cache
      Similar Results (2)
     
  18. RepeatedStratifiedKFold &#8212; 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
    Sat Nov 15 10:03:27 GMT 2025
      121.6K bytes
      Cache
     
  19. GroupKFold &#8212; scikit-learn 1.7.2 documenta...

    test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Sat Nov 15 10:03:26 GMT 2025
      127.1K bytes
      Cache
     
  20. StratifiedKFold &#8212; scikit-learn 1.7.2 docu...

    Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sat Nov 15 10:03:26 GMT 2025
      124.7K bytes
      Cache
     
Back to Top