Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 1,271 for test (0.09 sec)

  1. 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
    Wed Nov 05 14:36:32 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  2. 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
    Wed Nov 05 02:38:04 UTC 2025
      22.1K bytes
      11 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/outside-sql-test-mojo.html
    Mon Sep 15 10:51:18 UTC 2025
      10.1K bytes
      6 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/ja/outside-sql-test-mojo.html
    Mon Sep 15 10:51:18 UTC 2025
      10.6K bytes
      9 views
      Cache
     
  5. 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
    Wed Nov 05 14:36:36 UTC 2025
      169.7K bytes
      Cache
     
  6. 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
    Wed Nov 05 14:36:32 UTC 2025
      91.6K bytes
      Cache
     
  7. ワイルドカード検索

    test * 上記の場合は、testtestsやtesterなど、複数文字のワイルドカードとして扱われます。また、...うに ? を利用します。 te?t 上記の場合は、texttestなど、1 文字のワイルドカードとして扱われます。 複...
    fess.codelibs.org/ja/15.3/user/search-wildcard.html
    Wed Nov 05 02:39:59 UTC 2025
      20.4K bytes
      1 views
      Cache
      Similar Results (1)
     
  8. Installation

    production environment or for load testing is not recommended with the...
    fess.codelibs.org/15.2/install/install.html
    Fri Oct 24 02:36:06 UTC 2025
      25.8K bytes
      Cache
      Similar Results (1)
     
  9. データストアクロール

    たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...たとえば、/home/taro/csv ディレクトリに test.csv ファイルを以下のような内容で生成しておきます。...
    fess.codelibs.org/ja/15.3/admin/dataconfig-guide.html
    Wed Nov 05 02:39:59 UTC 2025
      57.9K bytes
      1 views
      Cache
      Similar Results (1)
     
  10. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Wed Nov 05 02:40:37 UTC 2025
      12.3K bytes
      45 views
      Cache
     
  11. 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
    Wed Nov 05 14:36:33 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  12. 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
    Wed Nov 05 14:36:33 UTC 2025
      124.6K bytes
      Cache
     
  13. 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
    Wed Nov 05 14:36:32 UTC 2025
      122.5K bytes
      Cache
     
  14. 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
    Wed Nov 05 14:36:33 UTC 2025
      122.5K bytes
      Cache
     
  15. 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
    Wed Nov 05 14:36:33 UTC 2025
      128.2K bytes
      Cache
     
  16. 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
    Wed Nov 05 14:36:33 UTC 2025
      121.6K bytes
      Cache
     
  17. GroupKFold — scikit-learn 1.7.2 documentation

    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.GroupKFold.html
    Wed Nov 05 14:36:33 UTC 2025
      127.1K bytes
      Cache
     
  18. Use the Synthetics Recorder | Elastic Docs

    especially important to test the journey . Test the journey At any...concludes, you can test your script. When you click the Test button, Elastic...
    www.elastic.co/docs/solutions/observability/synthetics/use-synthetics-recorder
    Tue Nov 04 17:37:30 UTC 2025
      368.4K bytes
      Cache
     
  19. validation_curve — scikit-learn 1.7.2 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Nov 05 14:36:36 UTC 2025
      121.9K bytes
      Cache
     
  20. 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
    Wed Nov 05 14:36:35 UTC 2025
      138.3K bytes
      Cache
     
Back to top