Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 201 - 250 of 2,947 for test (7.98 seconds)

  1. RepeatedStratifiedKFold — 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
    Mon Dec 22 11:58:31 GMT 2025
      121.8K bytes
      Cache
     
  2. 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
    Mon Dec 22 11:58:31 GMT 2025
      41.1K bytes
      1 views
     
  3. GroupKFold &#8212; scikit-learn 1.8.0 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
    Mon Dec 22 11:58:31 GMT 2025
      127.7K bytes
      Cache
     
  4. ModelAndViewAssert (Spring Framework 7.0.1 API)

    test.web.ModelAndViewAssert public...assertions intended to simplify testing scenarios dealing with Spring...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/ModelAndVie...
    Fri Feb 01 00:00:00 GMT 1980
      30.6K bytes
      Cache
     
  5. 빌드 및 테스트

    단위 테스트 실행 mvn test 특정 테스트 클래스 실행 mvn test -Dtest = SearchServiceTest...타임아웃 테스트 타임아웃 시간 연장: mvn test -Dmaven.test.timeout = 600 OpenSearch가...
    fess.codelibs.org/ko/dev/building.html
    Mon Dec 22 02:47:47 GMT 2025
      59.9K bytes
      Cache
     
  6. validation_curve &#8212; scikit-learn 1.8.0 doc...

    Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Dec 22 11:58:31 GMT 2025
      121.8K bytes
      Cache
     
  7. Mastering data persistence with Quarkus - IBM D...

    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 Dec 16 02:38:45 GMT 2025
      705.3K bytes
      Cache
     
  8. 构建和测试

    单元测试的执行 执行所有单元测试 mvn test 执行特定的测试类 mvn test -Dtest = SearchServiceTest...测试错误 测试超时 延长测试超时时间: mvn test -Dmaven.test.timeout = 600 OpenSearch...
    fess.codelibs.org/zh-cn/dev/building.html
    Mon Dec 22 02:49:00 GMT 2025
      57.9K bytes
      Cache
     
  9. 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 ( &quot;Predicting...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Mon Dec 22 11:58:31 GMT 2025
      112.9K bytes
      Cache
     
  10. 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
     
  11. Install Red Hat OpenShift Container Platform 4....

    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/use-container-images-for-upi-deployment-of-openshift/
    Tue Dec 16 02:33:11 GMT 2025
      694K bytes
      Cache
     
  12. GMM covariances &#8212; scikit-learn 1.8.0 docu...

    text ( 0.05 , 0.8 , &quot;Test accuracy: %.1f...on both training and held out test data using a variety of GMM...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Mon Dec 22 11:58:31 GMT 2025
      108.2K bytes
      Cache
     
  13. Target Encoder’s Internal Cross fitting &#8212;...

    dataset and perform a train test split: import pandas as pd from...print ( &quot;Raw Model score on test set: &quot; , raw_model . score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Mon Dec 22 11:58:31 GMT 2025
      112.5K bytes
      Cache
     
  14. 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
    Sun Dec 21 02:41:57 GMT 2025
      60.7K bytes
      Cache
     
  15. Compare cross decomposition methods &#8212; sci...

    label = &quot;test&quot; , marker = &quot;o&quot;...title ( &quot;Comp. 1: X vs Y (test corr = %.2f )&quot; % 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
     
  16. 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
     
  17. cross_validate &#8212; scikit-learn 1.8.0 docum...

    splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Dec 22 11:58:31 GMT 2025
      137K bytes
      Cache
     
  18. 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 Dec 22 02:41:32 GMT 2025
      47.1K bytes
      1 views
      Cache
     
  19. Configuring Quarkus applications - IBM Developer

    test runs during ./mvnw test. prod runs when...Dev Profile! %test.greeting.message=Hello from Test Profile! %p...
    developer.ibm.com/tutorials/quarkus-basics-04/
    Tue Dec 16 02:39:24 GMT 2025
      698.3K bytes
      Cache
     
  20. KFold &#8212; 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 Dec 22 11:58:31 GMT 2025
      123.7K bytes
      Cache
     
  21. LearningCurveDisplay &#8212; scikit-learn 1.8.0...

    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.LearningCurveDisplay.html
    Mon Dec 22 11:58:29 GMT 2025
      145K bytes
      Cache
     
  22. DummyClassifier &#8212; scikit-learn 1.8.0 docu...

    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 Dec 22 11:58:30 GMT 2025
      143.1K bytes
      Cache
     
  23. DisabledIfCondition (Spring Framework 7.0.2 API)

    on the corresponding test class or test method and the configured...on the corresponding test class or test method and the configured...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j...
    Fri Feb 01 00:00:00 GMT 1980
      24.3K bytes
      Cache
     
  24. Guide de contribution

    appropriées Tests Suffisamment de tests sont-ils écrits Les tests passent-ils...existe }); Rédaction de tests Écrire des tests pour toutes les méthodes...
    fess.codelibs.org/fr/dev/contributing.html
    Mon Dec 22 02:43:57 GMT 2025
      63.3K bytes
      Cache
     
  25. 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
    Mon Dec 22 11:58:31 GMT 2025
      162.2K bytes
      Cache
     
  26. 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 Dec 22 11:58:31 GMT 2025
      143.1K bytes
      Cache
     
  27. getting_started.rst.txt

    disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Dec 04 11:53:55 GMT 2025
      10.3K bytes
     
  28. 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
    Sat Nov 29 05:08:38 GMT 2025
      8.8K bytes
     
  29. 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.3/user/search-wildcard.html
    Mon Dec 22 02:41:26 GMT 2025
      22.2K bytes
      Cache
     
  30. train_test_split &#8212; scikit-learn 1.8.0 doc...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...matrices into random train and test subsets. Quick utility that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon Dec 22 11:58:31 GMT 2025
      165.4K bytes
      1 views
      Cache
     
  31. 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 Dec 22 02:15:38 GMT 2025
      496.8K bytes
      Cache
     
  32. Data Store Crawling

    This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...
    fess.codelibs.org/15.3/admin/dataconfig-guide.html
    Mon Dec 22 02:38:43 GMT 2025
      59.2K bytes
      Cache
     
  33. StratifiedGroupKFold &#8212; scikit-learn 1.8.0...

    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 Dec 22 11:58:31 GMT 2025
      131.2K bytes
      Cache
     
  34. L1-based models for Sparse Signals &#8212; scik...

    split the data into train and test sets for simplicity. In practice...estimate the variance of the test score. Here we set shuffle=&quot;False&quot;...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Dec 22 11:58:30 GMT 2025
      125.1K bytes
      Cache
     
  35. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Dec 22 11:58:31 GMT 2025
      126.6K bytes
      Cache
     
  36. 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.3/user/search-wildcard.html
    Mon Dec 22 02:42:39 GMT 2025
      22.6K bytes
      Cache
     
  37. 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.3/user/search-wildcard.html
    Mon Dec 22 02:43:52 GMT 2025
      22.9K bytes
      Cache
     
  38. Implement Elasticsearch with retrieval augmente...

    Test the connection by clicking Test connection ....steps. Click Test connection and there should be Test Successful...
    developer.ibm.com/tutorials/awb-integration-of-wx-ai-watsonx-discovery-watson-assisant/
    Tue Dec 16 02:49:54 GMT 2025
      731.2K bytes
      Cache
     
  39. Gradient Boosting regression &#8212; scikit-lea...

    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 Dec 22 11:58:29 GMT 2025
      109.7K bytes
      Cache
     
  40. EnabledIfCondition (Spring Framework 7.0.1 API)

    on the corresponding test class or test method and the configured...on the corresponding test class or test method and the configured...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit/j...
    Fri Feb 01 00:00:00 GMT 1980
      24.2K bytes
      Cache
     
  41. Create consistent evaluation workflows for AI a...

    all test cases: orchestrate evaluations evaluate --test-paths...options menu and select Test . On the Manage test cases and evaluations...
    developer.ibm.com/tutorials/create-evaluation-workflow-ai-agents/
    Tue Dec 16 02:28:25 GMT 2025
      720.5K bytes
      Cache
     
  42. 개발 워크플로우

    mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...
    fess.codelibs.org/ko/dev/workflow.html
    Mon Dec 22 02:47:47 GMT 2025
      58.8K bytes
      Cache
     
  43. 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 Dec 22 00:09:18 GMT 2025
      178.4K bytes
      Cache
     
  44. Entwicklung

    OpenSearch-Plugins Tests Ausführen von Unit-Tests Alle Unit-Tests ausführen...Ausführen von Unit-Tests Schritt 4: Ausführen lokaler Tests Ausführen...
    fess.codelibs.org/de/development.html
    Mon Dec 22 02:41:23 GMT 2025
      62.8K bytes
      Cache
     
  45. InstructLab - IBM Developer

    how to prepare input files and test fine-tuned output models using...compositional skill for generating test cases in Python. After you download...
    developer.ibm.com/components/instructlab/
    Tue Dec 16 01:46:58 GMT 2025
      635.2K bytes
      Cache
      Similar Results (2)
     
  46. DisabledIf (Spring Framework 7.0.0 API)

    signal that the annotated test class or test method is disabled and...determine if the annotated test class or test method is disabled ....
    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
     
  47. NearestCentroid &#8212; scikit-learn 1.8.0 docu...

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Dec 22 11:58:31 GMT 2025
      136.9K bytes
      Cache
     
  48. 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 Dec 22 11:58:30 GMT 2025
      105.9K bytes
      Cache
     
  49. LeavePOut &#8212; scikit-learn 1.8.0 documentation

    Provides train/test indices to split data in train/test sets. This...index=[2 3] Test: index=[0 1] Fold 1: Train: index=[1 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Mon Dec 22 11:58:31 GMT 2025
      117.1K bytes
      Cache
     
  50. 9.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Mon Dec 22 11:58:30 GMT 2025
      61.1K bytes
      Cache
     
Back to Top