Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 201 - 250 of 3,841 for test (6.78 seconds)

Filter
  1. Sql (Spring Framework 7.0.1 API)

    is used to annotate a test class or test method to configure SQL...ResourceDatabasePopu ScriptUtils Nested Class Summary Nested Classes Modifier...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq...
    Fri Feb 01 00:00:00 UTC 1980
      23.3K bytes
      Cache
     
  2. AbstractMockHttpServletResponseAssert (Spring F...

    body converted to text as the object to test. org.assertj.cor...body converted to text as the object to test. UriAssert forwardedUrl...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/ass...
    Fri Feb 01 00:00:00 UTC 1980
      40.4K bytes
      Cache
     
  3. RestTestClientResponseAssert (Spring Framework ...

    body converted to text as the object to test. org.assertj.cor...body converted to text as the object to test. RestTestClientRespon...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/servlet/cli...
    Fri Feb 01 00:00:00 UTC 1980
      52.7K bytes
      Cache
     
  4. 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
     
  5. SqlMergeMode (Spring Framework 7.0.3 API)

    is used to annotate a test class or test method to configure whether...is not declared on a test class or test method, SqlMergeMode.MergeMode.OVERRIDE...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq...
    Fri Feb 01 00:00:00 UTC 1980
      11K bytes
      Cache
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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 Jan 12 13:13:28 UTC 2026
      742.3K bytes
      Cache
     
  10. ARIMA models in R

    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-r/
    Tue Feb 17 06:22:48 UTC 2026
      155.6K bytes
      Cache
     
  11. KFold — scikit-learn 1.8.0 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
    Mon Mar 23 20:39:21 UTC 2026
      15.7K bytes
      Cache
     
  12. Actions · codelibs/fess-testdata · GitHub

    Multi-container testing Test your web service and its...with world-class CI/CD. Build, test, and deploy your code right...
    github.com/codelibs/fess-testdata/actions
    Mon Mar 23 00:08:24 UTC 2026
      184.6K bytes
      1 views
      Cache
     
  13. 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
     
  14. 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
     
  15. 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
     
  16. 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
     
  17. 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
     
  18. Tweedie regression on insurance claims — scikit...

    TweedieRegressor subset train test train test metric D² explained NaN..."""Evaluate an estimator on train and test sets with different metrics"""...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Mon Mar 23 20:39:21 UTC 2026
      27.3K bytes
      Cache
     
  19. 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
     
  20. 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
     
  21. 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
     
  22. 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
     
  23. permutation_test_score — scikit-learn 1.8.0 doc...

    implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon Mar 23 20:39:21 UTC 2026
      15.8K bytes
      Cache
     
  24. Ordinary Least Squares and Ridge Regression — s...

    evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Mon Mar 23 20:39:21 UTC 2026
      17.6K bytes
      Cache
     
  25. Node.js in a Kubernets world

    need to test your application. The development and test process...deploy, test a number of times. Check out our article on test-driven...
    developer.ibm.com/articles/nodejs-kubernetes-basics/
    Mon Mar 09 13:24:06 UTC 2026
      25.3K bytes
      Cache
     
  26. 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
     
  27. 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
     
  28. 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
     
  29. 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
     
  30. 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
     
  31. 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
     
  32. 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
     
  33. 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
     
  34. 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
     
  35. Node.js dependency management - IBM Developer

    js test command "echo \"Error: no test specified\" &amp;&amp;..."scripts" : { "test" : "echo \"Error: no test specified\" &amp;&amp;...
    developer.ibm.com/learningpaths/get-started-nodejs/manage-dependencies-in-nodejs/
    Tue Feb 17 06:28:55 UTC 2026
      167K bytes
      Cache
     
  36. 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
     
  37. 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
     
  38. 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
     
  39. Develop a JMS application for CICS Liberty

    Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...
    developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/
    Tue Mar 24 01:28:55 UTC 2026
      25.6K bytes
      Cache
     
  40. 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
     
  41. Recherche avec caractères génériques

    tel que test, tests ou tester. De plus, te *...seul caractère, tel que text ou test. Pour utiliser un caractère...
    fess.codelibs.org/fr/15.5/user/search-wildcard.html
    Mon Mar 23 02:54:10 UTC 2026
      22.9K bytes
      Cache
     
  42. 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
     
  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. 通配符检索

    texttest 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 testtests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...
    fess.codelibs.org/zh-cn/15.5/user/search-wildcard.html
    Mon Mar 23 03:00:19 UTC 2026
      22.3K bytes
      Cache
     
  45. 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
     
  46. UserWebTestClientConfigurer (Spring Framework 7...

    test.web.reactive.server.UserWebTestClientCon...IllegalStateExceptio is raised. For tests with a MockMvc server, refer...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/reactive/se...
    Fri Feb 01 00:00:00 UTC 1980
      21.9K bytes
      Cache
     
  47. 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
     
  48. 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
     
  49. Prediction Intervals for Gradient Boosting Regr...

    It still shows that the best test metric is obtained when the...expected_y + noise Split into train, test datasets: X_train , X_test ,...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon Mar 23 20:39:20 UTC 2026
      22.1K bytes
      Cache
     
  50. 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
     
Back to Top