Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 836 for tests (0.25 sec)

  1. Isotonic Regression — scikit-learn 1.5.0 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Fri May 31 14:06:06 UTC 2024
      107.5K bytes
      Cache
     
  2. KNeighborsClassifier — scikit-learn 1.5.0 docum...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Fri May 31 14:06:04 UTC 2024
      161.2K bytes
      Cache
     
  3. fetch_20newsgroups — scikit-learn 1.5.0 documen...

    test’ for the test set, ‘all’ for both,...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Thu May 30 15:22:05 UTC 2024
      124.9K bytes
      Cache
     
  4. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...subset of tables. End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Wed May 29 12:24:55 UTC 2024
      58.9K bytes
      Cache
     
  5. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Fri May 24 02:22:00 UTC 2024
      30.5K bytes
      Cache
     
  6. Gradient Boosting Out-of-Bag estimates — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri May 31 14:06:06 UTC 2024
      111.1K bytes
      Cache
     
  7. 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
    Fri May 31 14:06:07 UTC 2024
      134.4K bytes
      2 views
      Cache
     
  8. 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
    Fri May 31 14:06:04 UTC 2024
      129.5K bytes
      Cache
     
  9. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Fri May 24 02:22:00 UTC 2024
      21.3K bytes
      1 views
      Cache
     
  10. Version 1.0 — scikit-learn 1.6.dev0 documentation

    'mean_test_score' 'std_test_score' , and 'split(k)_test_score'...Change utils._testing.assert_warns and utils._testing.assert_warns_message...
    scikit-learn.org/dev/whats_new/v1.0.html
    Fri May 31 14:06:06 UTC 2024
      252.3K bytes
      1 views
      Cache
      Similar Results (1)
     
Back to top