Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 200 of 3,212 for test (0.52 seconds)

Filter
  1. Configuring Quarkus applications

    that during tests, the test message is used. ./mvnw test Copy code...start quarkus dev. test runs during ./mvnw test. prod runs when...
    developer.ibm.com/tutorials/quarkus-basics-04/
    Tue Mar 24 01:22:58 UTC 2026
      19.8K bytes
      Cache
     
  2. PredefinedSplit — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  3. LeaveOneOut — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:23 UTC 2026
      14.1K bytes
      Cache
     
  4. LeavePGroupsOut — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:21 UTC 2026
      15.2K bytes
      Cache
     
  5. Scaling data preparation workflows in Data Prep...

    the test-data/expected folder: test-data/expected/test1.parquet...│ └───test │ │ | │ │ | test_digest_ray.py │ │ │ └───test-data...
    developer.ibm.com/tutorials/dpk-scaling-custom-transforms/
    Tue Mar 24 02:08:28 UTC 2026
      22.4K bytes
      Cache
     
  6. 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 Mar 23 02:52:52 UTC 2026
      63.5K bytes
      Cache
     
  7. 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 Mar 23 20:39:21 UTC 2026
      18.3K bytes
      Cache
     
  8. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...targets < 30 ] test = data [ targets >= 30 ] # Test on independent...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Mon Mar 23 20:39:21 UTC 2026
      16.1K bytes
      Cache
     
  9. 빌드 및 테스트

    단위 테스트 실행 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
     
  10. 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
     
  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. 构建和测试

    单元测试的执行 执行所有单元测试 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
     
  13. Compare cross decomposition methods — scikit-le...

    label = "test" , marker = "o" , s = 25 ) plt.... 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 Mar 23 20:39:20 UTC 2026
      18.3K bytes
      Cache
     
  14. ShuffleSplit — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:23 UTC 2026
      15.5K bytes
      Cache
     
  15. 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
     
  16. TimeSeriesSplit — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:20 UTC 2026
      16.1K bytes
      Cache
     
  17. Open Source Full-text Search Server - Fess Deve...

    Testing Create and run unit tests to verify changes...# JSP files │ └── test/ │ └── java/ # Test code ├── pom.xml #...
    fess.codelibs.org/dev/getting-started.html
    Mon Mar 23 02:51:17 UTC 2026
      47.1K bytes
      1 views
      Cache
     
  18. Gradient Boosting Out-of-Bag estimates — scikit...

    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 Mar 23 20:39:20 UTC 2026
      17.8K bytes
      Cache
     
  19. 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
     
  20. 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
     
  21. 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
     
  22. class_likelihood_ratios — scikit-learn 1.8.0 do...

    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 Mar 23 20:39:23 UTC 2026
      15.8K bytes
      Cache
     
  23. 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
     
  24. 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
     
  25. 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
     
  26. 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
     
  27. 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
     
  28. 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
     
  29. 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
     
  30. Deploy Red Hat OpenShift Container Platform on ...

    test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...
    developer.ibm.com/tutorials/install-ocp-on-power-vs/
    Tue Mar 24 01:37:55 UTC 2026
      22.5K bytes
      Cache
     
  31. 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
     
  32. L1-based models for Sparse Signals — scikit-lea...

    split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle="False"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Mar 23 20:39:21 UTC 2026
      20.5K bytes
      Cache
     
  33. 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
     
  34. 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
     
  35. Faces recognition example using eigenfaces and ...

    set and a test and keep 25% of the data for testing. X_train ,...of the model quality on the test set print ( "Predicting people's...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Mon Mar 23 20:39:22 UTC 2026
      18.2K bytes
      Cache
     
  36. SimpleUrlHandlerMapping (Spring Framework 7.0.2...

    under "/test", "/test/**" matches all paths below "/test". For...example, a registered "/test" matches "/test", and various Ant-style...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/handler...
    Fri Feb 01 00:00:00 UTC 1980
      37.1K bytes
      Cache
     
  37. Gradient Boosting regression — scikit-learn 1.8...

    training and leave the rest for testing. We will also set the...the mean squared error on the test data. reg = ensemble . GradientBoostingRegr...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Mon Mar 23 20:39:20 UTC 2026
      17.9K bytes
      Cache
     
  38. StratifiedGroupKFold — scikit-learn 1.8.0 docum...

    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.StratifiedGroupKFold.html
    Mon Mar 23 20:39:20 UTC 2026
      16.5K bytes
      Cache
     
  39. Measuring the recall of quantized vector search...

    a scale test, reloading the full dataset and testing against...results, we built a repeatable test harness using the DBPedia-14...
    www.elastic.co/search-labs/blog/recall-vector-search-quantization
    Mon Mar 23 02:06:23 UTC 2026
      44K bytes
      Cache
     
  40. RequestPredicate (Spring Framework 7.0.6 API)

    Method Details test boolean test ( ServerRequest request)...predicate nest default Optional < ServerRequest > nest ( ServerRequest...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio...
    Fri Feb 01 00:00:00 UTC 1980
      21.4K bytes
      Cache
     
  41. 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 Mar 23 02:50:38 UTC 2026
      72.3K bytes
      Cache
     
  42. Wildcard-Suche

    test, tests oder tester. Außerdem te...Ein-Zeichen-Wildcard behandelt, z. B. text oder test. Um ein Mehrzeichen-Wildcard...
    fess.codelibs.org/de/15.5/user/search-wildcard.html
    Mon Mar 23 02:50:59 UTC 2026
      22.5K bytes
      Cache
     
  43. Wildcard Search

    such as test, tests, or tester. You can also...single-character wildcard, such as text or test. To use a multiple-character...
    fess.codelibs.org/15.5/user/search-wildcard.html
    Mon Mar 23 02:47:55 UTC 2026
      22K bytes
      Cache
     
  44. RepeatedStratifiedKFold — scikit-learn 1.8.0 do...

    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
    Mon Mar 23 20:39:23 UTC 2026
      15.2K bytes
      Cache
     
  45. Mastering data persistence with Quarkus

    Test your persistence layer Testing is essential...when you run your tests. This means you test against the same...
    developer.ibm.com/tutorials/quarkus-basics-03/
    Tue Mar 24 01:23:49 UTC 2026
      21.6K bytes
      Cache
     
  46. fess-testdata/README.md at master · codelibs/fe...

    to Create Test Files File Naming Add the prefix "test" and use...files/ . Test Data Files Documents Type Location Text HTML HTML...
    github.com/codelibs/fess-testdata/blob/master/README.md
    Mon May 18 00:08:48 UTC 2026
      340.5K bytes
      Cache
     
  47. Búsqueda con comodines

    como test, tests o tester. Además, te * t...comodín de un carácter, como text o test. Para utilizar un comodín...
    fess.codelibs.org/es/15.5/user/search-wildcard.html
    Mon Mar 23 02:52:35 UTC 2026
      22.9K bytes
      Cache
     
  48. Contributing — scikit-learn 1.8.0 documentation

    sklearn path/to/tests See also Testing and improving test coverage ....matplotlib-related tests # Test fixtures ensure that a set of tests will be...
    scikit-learn.org/stable/developers/contributing.html
    Mon Mar 23 20:39:20 UTC 2026
      33K bytes
      Cache
     
  49. GroupKFold — scikit-learn 1.8.0 documentation

    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
    Mon Mar 23 20:39:20 UTC 2026
      16.2K bytes
      Cache
     
  50. Multiclass sparse logistic regression on 20newg...

    [model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Mon Mar 23 20:39:22 UTC 2026
      17.7K bytes
      Cache
     
Back to Top