Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 201 - 220 of 3,693 for test (0.69 seconds)

Filter
  1. StratifiedShuffleSplit — scikit-learn 1.8.0 doc...

    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 Mar 23 20:39:20 UTC 2026
      15.4K bytes
      Cache
     
  2. 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 Mar 23 20:39:23 UTC 2026
      17K bytes
      Cache
     
  3. 빌드 및 테스트

    단위 테스트 실행 mvn test 특정 테스트 클래스 실행 mvn test -Dtest = SearchServiceTest...타임아웃 테스트 타임아웃 시간 연장: mvn test -Dmaven.test.timeout = 600 OpenSearch가...
    fess.codelibs.org/ko/dev/building.html
    Mon Mar 23 02:59:01 UTC 2026
      59.9K bytes
      Cache
     
  4. 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 Mar 23 02:51:17 UTC 2026
      62.4K bytes
      Cache
     
  5. Model Selection — scikit-learn 1.8.0 documentation

    (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 Mar 23 20:39:20 UTC 2026
      15.2K bytes
      Cache
     
  6. 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
    Thu Mar 05 14:15:31 UTC 2026
      13K bytes
      1 views
     
  7. AbstractUrlHandlerMapping (Spring Framework 7.0...

    under "/test", "/test/**" matches all paths below "/test". For...example, a registered "/test" matches "/test", and various path pattern...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/handler...
    Fri Feb 01 00:00:00 UTC 1980
      42K bytes
      Cache
     
  8. GroupShuffleSplit — scikit-learn 1.8.0 document...

    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 Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  9. 构建和测试

    单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...search ( "test" ); } } 测试覆盖率 使用 JaCoCo 测量测试覆盖率: mvn clean test jacoco:report...
    fess.codelibs.org/zh-cn/dev/building.html
    Mon Mar 23 03:00:36 UTC 2026
      57.9K bytes
      Cache
     
  10. BeforeTransaction (Spring Framework 7.0.3 API)

    @interface BeforeTransaction Test annotation which indicates that...transaction is started for a test method configured to run within...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/transac...
    Fri Feb 01 00:00:00 UTC 1980
      9K bytes
      Cache
     
  11. ARIMA models in Python

    statistical test called a unit root test. The ADF test is conducted...using two tests: the Augmented Dickey-Fuller (ADF) test and the...
    developer.ibm.com/tutorials/awb-arima-models-in-python/
    Tue Mar 24 01:21:03 UTC 2026
      29.2K bytes
      Cache
     
  12. Class Likelihood Ratios to measure classificati...

    the link between pre-test and post-test odds given by the Class...er: BSD-3-Clause Pre-test vs. post-test analysis # Suppose we...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Mar 23 20:39:22 UTC 2026
      21.6K bytes
      Cache
     
  13. ValidationCurveDisplay — scikit-learn 1.8.0 doc...

    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
    Mon Mar 23 20:39:21 UTC 2026
      17.4K bytes
      1 views
      Cache
     
  14. DummyClassifier — scikit-learn 1.8.0 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Mar 23 20:39:23 UTC 2026
      17.9K bytes
      Cache
     
  15. 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 Mar 23 20:39:21 UTC 2026
      37.2K 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
    Mon Mar 23 02:54:27 UTC 2026
      64.3K bytes
      Cache
     
  17. 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
    Mon Mar 23 02:51:17 UTC 2026
      60.7K bytes
      Cache
     
  18. HandlerTypePredicate (Spring Framework 7.0.5 API)

    Method Details test public &nbsp; boolean &nbsp; test ( @Nullable...Rossen Stoyanchev Nested Class Summary Nested Classes Modifier...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/method/HandlerTy...
    Fri Feb 01 00:00:00 UTC 1980
      26.7K bytes
      Cache
     
  19. plot_multi_metric_evaluation.zip

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Tue Mar 17 03:44:36 UTC 2026
      8.8K bytes
     
  20. 3.1. Cross-validation: evaluating estimator per...

    - ['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Mar 23 20:39:23 UTC 2026
      26.1K bytes
      Cache
     
Back to Top