Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 1,775 for test (0.11 sec)

  1. permutation_test_score — scikit-learn 1.5.0 doc...

    permutation_test_score # sklearn.model_selection. permutation_test_score...implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Wed May 22 15:20:08 UTC 2024
      125K bytes
      Cache
     
  2. dbflute-maven-plugin - dbflute:outside-sql-test

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. Attributes...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/outside-sql-tes...
    Mon Mar 18 15:47:34 UTC 2024
      10.1K bytes
      4 views
      Cache
     
  3. dbflute-maven-plugin - dbflute:outside-sql-test

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. Attributes...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/outside-sql-...
    Mon Mar 18 15:47:34 UTC 2024
      10.6K bytes
      5 views
      Cache
     
  4. Part 14: How to use the management API

    item name Set value name Test permission {role}admin-api The...management API? Management API is a RESTful API for management operation...
    fess.codelibs.org/articles/14/document.html
    Thu May 23 02:38:06 UTC 2024
      22.1K bytes
      9 views
      Cache
     
  5. Boeing says workers skipped required tests on 7...

    Boeing exec confirms skipped tests Boeing VP Scott Stocker, who...by not performing a required test, but recording the work as having...
    arstechnica.com/tech-policy/2024/05/boeing-says-workers-skipped-required-tests-on-787-but-recorde...
    Wed May 08 01:13:01 UTC 2024
      64.2K bytes
      Cache
     
  6. train_test_split — scikit-learn 1.5.0 documenta...

    X_test , y_train , y_test = train_test_split ( ......train_test_split # sklearn.model_selection. train_test_split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Thu May 23 20:54:15 UTC 2024
      158K bytes
      Cache
     
  7. Bird flu cow-testing financial incentive introd...

    only about 80 cows have been tested for bird flu under a new federal...encourage farmers to increase testing among herds. Justin Sullivan...
    www.nbcnews.com/health/health-news/bird-flu-cow-test-farmers-incentive-us-government-rcna151645
    Wed May 15 00:53:04 UTC 2024
      214.3K bytes
      Cache
     
  8. Train error vs Test error — scikit-learn 1.5.0 ...

    X_test , y_train , y_test = train_test_split ( X ,...)) test_errors . append ( enet . score ( X_test , y_test )) i_alpha_optim...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Thu May 23 20:54:15 UTC 2024
      98.1K bytes
      1 views
      Cache
     
  9. Test with permutations the significance of a cl...

    Permutation test score # Next, we calculate the permutation_test_score...Back to top Ctrl + K GitHub Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Thu May 23 20:54:14 UTC 2024
      99.7K bytes
      Cache
     
  10. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Thu May 23 20:54:15 UTC 2024
      91.4K bytes
      Cache
     
  11. ワイルドカード検索

    test * 上記の場合は、testtestsやtesterなど、複数文字のワイルドカードとして扱われます。また、...うに ? を利用します。 te?t 上記の場合は、texttestなど、1 文字のワイルドカードとして扱われます。 複...
    fess.codelibs.org/ja/14.13/user/search-wildcard.html
    Thu May 23 02:40:13 UTC 2024
      20.4K bytes
      3 views
      Cache
     
  12. Installation

    production environment or for load testing is not recommended with the...
    fess.codelibs.org/14.13/install/install.html
    Thu May 23 02:36:05 UTC 2024
      25.8K bytes
      Cache
     
  13. データストアクロール

    たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...
    fess.codelibs.org/ja/14.13/admin/dataconfig-guide.html
    Thu May 23 02:40:13 UTC 2024
      58.2K bytes
      Cache
     
  14. fess lastadoc

    dfmail Test Mail TestmailPostcard 1 crawler.dfmail...String testmail.dfmail Title: Test Mail Class: org.codelibs.fe...
    fess.codelibs.org/lastadoc-fess.html
    Thu May 23 19:30:20 UTC 2024
      2.3M bytes
      6 views
      Cache
     
  15. TimeSeriesSplit — scikit-learn 1.5.0 documentation

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu May 23 20:54:15 UTC 2024
      134.4K bytes
      2 views
      Cache
     
  16. ShuffleSplit — scikit-learn 1.5.0 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Wed May 22 15:20:08 UTC 2024
      129.5K bytes
      Cache
     
  17. StratifiedShuffleSplit — scikit-learn 1.5.0 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Wed May 22 15:20:05 UTC 2024
      127.1K bytes
      Cache
     
  18. GroupShuffleSplit — scikit-learn 1.5.0 document...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Wed May 22 15:20:10 UTC 2024
      133.6K bytes
      Cache
     
  19. class_likelihood_ratios — scikit-learn 1.5.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
    Thu May 23 20:54:15 UTC 2024
      124.8K bytes
      Cache
     
  20. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Thu May 23 20:54:15 UTC 2024
      65.4K bytes
      Cache
     
Back to top