Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 450 for test (0.27 sec)

  1. Quick start | Elasticsearch Guide [8.13] | Elastic

    you prefer to manage your own test environment, install and run...start, which makes sense for testing and development. Refer to Install...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Thu May 09 14:03:31 UTC 2024
      45.4K bytes
      Cache
     
  2. 5. Visualizations — scikit-learn 1.5.0 document...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) The returned svc_disp...
    scikit-learn.org/stable/visualizations.html
    Wed May 22 15:20:08 UTC 2024
      48.4K bytes
      Cache
     
  3. Elasticsearch Resiliency Status | Elastic

    designed to test distributed systems. It is not a single test and is...writes to our testing framework. As the Jepsen tests evolve, we...
    www.elastic.co/guide/en/elasticsearch/resilienc...
    Mon Dec 11 22:11:20 UTC 2023
      85.9K bytes
      Cache
     
  4. Decision Tree Regression — scikit-learn 1.5.0 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Wed May 22 15:20:05 UTC 2024
      91.4K bytes
      Cache
     
  5. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Wed May 22 15:20:07 UTC 2024
      96.2K bytes
      Cache
     
  6. Elastic SharePoint Server connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_server For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint.html
    Thu May 09 14:03:31 UTC 2024
      31.4K bytes
      Cache
     
  7. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Wed May 22 15:20:09 UTC 2024
      45.7K bytes
      Cache
     
  8. 1.13. Feature selection — scikit-learn 1.5.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Wed May 22 15:20:08 UTC 2024
      78.4K bytes
      Cache
     
  9. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Wed May 22 15:20:07 UTC 2024
      97.3K bytes
      Cache
     
  10. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/a...
    Mon Mar 18 15:47:33 UTC 2024
      22K bytes
      23 views
      Cache
     
  11. DBFluteのEclipseコード補完 | LastaFlute

    UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...
    dbflute.seasar.org/ja/tutorial/eclipse/dfclipse...
    Mon Mar 18 15:47:33 UTC 2024
      32.7K bytes
      Cache
     
  12. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=mssql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Thu May 09 14:03:31 UTC 2024
      59.7K bytes
      Cache
     
  13. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed May 22 15:20:05 UTC 2024
      97.5K bytes
      Cache
     
  14. Elastic Confluence connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=confluence For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-confluence.html
    Thu May 09 14:03:31 UTC 2024
      58.5K bytes
      1 views
      Cache
     
  15. Elastic Dropbox connector reference | Enterpris...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=dropbox For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-dropbox.html
    Thu May 09 14:03:31 UTC 2024
      60.5K bytes
      Cache
     
  16. Elastic SharePoint Online connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_online For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint-online.html
    Thu May 16 16:21:35 UTC 2024
      88K bytes
      Cache
     
  17. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Wed May 22 15:20:07 UTC 2024
      92.8K bytes
      Cache
     
  18. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/ut...
    Mon Mar 18 15:47:33 UTC 2024
      23.5K bytes
      1 views
      Cache
     
  19. Ordinary Least Squares and Ridge Regression Var...

    plot ( X_test , clf . predict ( X_test ), color = "gray"...) ax . plot ( X_test , clf . predict ( X_test ), linewidth = 2...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Wed May 22 15:20:10 UTC 2024
      90.1K bytes
      Cache
     
  20. Version 0.13 — scikit-learn 1.5.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Wed May 22 15:20:05 UTC 2024
      76.8K bytes
      Cache
     
Back to top