Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 1,294 for test (0.4 sec)

  1. permutation_test_score — scikit-learn 1.7.2 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
    Tue Oct 14 17:56:25 UTC 2025
      121.8K bytes
      Cache
     
  2. Test with permutations the significance of a cl...

    Permutation test score # Next, we calculate the permutation_test_score...browser via JupyterLite or Binder Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Tue Oct 14 17:56:24 UTC 2025
      100.9K bytes
      Cache
     
  3. Effect of model regularization on training and ...

    X_test , y_train , y_test = train_test_split ( X ,...print ( f "Test score: { enet . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Tue Oct 14 17:56:24 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  4. 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-test-mojo.html
    Mon Sep 15 10:51:18 UTC 2025
      10.1K bytes
      6 views
      Cache
     
  5. 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-test-mojo.html
    Mon Sep 15 10:51:18 UTC 2025
      10.6K bytes
      9 views
      Cache
     
  6. train_test_split — scikit-learn 1.7.2 documenta...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Tue Oct 14 17:56:26 UTC 2025
      169.7K bytes
      Cache
     
  7. 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
    Tue Oct 14 02:37:08 UTC 2025
      22.1K bytes
      11 views
      Cache
     
  8. 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
    Tue Oct 14 17:56:24 UTC 2025
      91.6K bytes
      Cache
     
  9. ワイルドカード検索

    test * 上記の場合は、testtestsやtesterなど、複数文字のワイルドカードとして扱われます。また、...うに ? を利用します。 te?t 上記の場合は、texttestなど、1 文字のワイルドカードとして扱われます。 複...
    fess.codelibs.org/ja/15.2/user/search-wildcard.html
    Tue Oct 14 02:39:27 UTC 2025
      20.4K bytes
      Cache
     
  10. Installation

    production environment or for load testing is not recommended with the...
    fess.codelibs.org/15.2/install/install.html
    Tue Oct 14 02:35:19 UTC 2025
      25.8K bytes
      Cache
     
  11. データストアクロール

    たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...
    fess.codelibs.org/ja/15.2/admin/dataconfig-guide.html
    Tue Oct 14 02:39:27 UTC 2025
      57.9K bytes
      2 views
      Cache
     
  12. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Tue Oct 14 02:39:32 UTC 2025
      12.3K bytes
      45 views
      Cache
     
  13. In Fess make Apache Solr based search server-ed...

    using the REST API is now Fess . In the REST API, Fess to...possible as the REST API. Can also use the REST API should build...
    fess.codelibs.org/articles/article-4.html
    Tue Oct 14 02:37:07 UTC 2025
      28.7K bytes
      20 views
      Cache
     
  14. TimeSeriesSplit — scikit-learn 1.7.2 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Tue Oct 14 17:56:27 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  15. ShuffleSplit — scikit-learn 1.7.2 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
    Tue Oct 14 17:56:27 UTC 2025
      124.6K bytes
      Cache
     
  16. class_likelihood_ratios — scikit-learn 1.7.2 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
    Tue Oct 14 17:56:27 UTC 2025
      122.5K bytes
      Cache
     
  17. StratifiedShuffleSplit — scikit-learn 1.7.2 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
    Tue Oct 14 17:56:25 UTC 2025
      122.5K bytes
      Cache
     
  18. GroupShuffleSplit — scikit-learn 1.7.2 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
    Tue Oct 14 17:56:25 UTC 2025
      128.2K bytes
      Cache
     
  19. cross_validate — scikit-learn 1.7.2 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Tue Oct 14 17:56:25 UTC 2025
      138.3K bytes
      Cache
     
  20. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Tue Oct 14 17:56:25 UTC 2025
      121.6K bytes
      Cache
     
Back to top