Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 280 of 3,693 for test (0.55 seconds)

Filter
  1. 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
     
  2. Java constructs for real-world apps - IBM Devel...

    class EmployeeTest { @Test void test () { int int1 = 1 ; int...import org.junit.Test; public class ManagerTest { @Test public void...
    developer.ibm.com/learningpaths/java-get-started/java-constructs1/
    Tue Feb 17 07:07:09 UTC 2026
      327K bytes
      Cache
     
  3. 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 Apr 06 00:07:58 UTC 2026
      183.1K bytes
      1 views
      Cache
     
  4. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Mar 23 20:39:23 UTC 2026
      15.3K bytes
      Cache
     
  5. 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 Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  6. 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 Mar 23 02:54:27 UTC 2026
      63.3K bytes
      Cache
     
  7. 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
    Tue Mar 17 03:44:39 UTC 2026
      3.7K bytes
     
  8. LearningCurveDisplay — scikit-learn 1.8.0 docum...

    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 Mar 23 20:39:20 UTC 2026
      18K bytes
      Cache
     
  9. More Java constructs for real-world apps - IBM ...

    in the test tree is where you'll find the JUnit tests that allow...could use a JUnit test, as shown here: @Test void testSerializeToDisk...
    developer.ibm.com/learningpaths/java-get-started/java-constructs2/
    Tue Feb 17 07:07:12 UTC 2026
      369.3K bytes
      Cache
     
  10. Create an index lifecycle management policy in ...

    creates the test-000001 index, with the alias test-alias . Because...template. PUT test-000001 { &quot;aliases&quot;: { &quot;test-alias&quot;:{...
    www.elastic.co/docs/manage-data/lifecycle/index-lifecycle-management/configure-lifecycle-policy
    Fri Feb 20 13:49:31 UTC 2026
      136.7K bytes
      Cache
     
  11. 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 Mar 23 20:39:22 UTC 2026
      12.9K bytes
      Cache
     
  12. Connecting to MCP tools with watsonx Orchestrate

    Test the agent Next, you are going to the test the agent...reliable and easier to maintain, test, and audit. In this step-by-step...
    developer.ibm.com/tutorials/connect-mcp-tools-watsonx-orchestrate-adk/
    Tue Mar 24 02:33:02 UTC 2026
      24.8K bytes
      Cache
     
  13. Build and deploy custom analytics functions in ...

    Test your function locally Create the test script In...functions in Maximo Monitor Create, test, and register Python-based functions...
    developer.ibm.com/tutorials/custom-analytics-function-maximo/
    Tue Mar 17 04:26:44 UTC 2026
      24.2K bytes
      Cache
     
  14. 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.4/user/search-wildcard.html
    Mon Feb 09 02:45:12 UTC 2026
      22.2K bytes
      Cache
     
  15. 개발 워크플로우

    mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...
    fess.codelibs.org/ko/dev/workflow.html
    Mon Mar 23 02:59:01 UTC 2026
      58.8K bytes
      Cache
     
  16. StratifiedKFold — scikit-learn 1.8.0 documentation

    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
    Mon Mar 23 20:39:23 UTC 2026
      16.1K bytes
      Cache
     
  17. 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
     
  18. 와일드카드 검색

    test * 위의 경우 test, tests나 tester 등 여러 문자의...같이 ?를 사용합니다. te?t 위의 경우 text나 test 등 1개 문자의 와일드카드로 처리됩니다. 여러 문자의...
    fess.codelibs.org/ko/15.5/user/search-wildcard.html
    Mon Mar 23 02:58:43 UTC 2026
      22.5K bytes
      Cache
     
  19. MNIST classification using multinomial logistic...

    Test accuracy reaches > 0.8, while...Sparsity with L1 penalty: 80.33% Test score with L1 penalty: 0.8212...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Mon Mar 23 20:39:21 UTC 2026
      16.4K bytes
      Cache
     
  20. 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