Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 857 for tests (0.58 sec)

  1. AdaBoostClassifier — scikit-learn 1.7.0 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Mon Jun 30 13:50:28 UTC 2025
      158.1K bytes
      Cache
     
  2. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Fri Jun 13 09:55:28 UTC 2025
      30.5K bytes
      Cache
     
  3. Isotonic Regression — scikit-learn 1.7.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
    Mon Jun 30 13:50:27 UTC 2025
      114.1K bytes
      Cache
     
  4. fetch_20newsgroups — scikit-learn 1.7.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
    Mon Jun 30 13:50:30 UTC 2025
      119.5K bytes
      Cache
     
  5. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Fri Jun 13 09:55:28 UTC 2025
      21.3K bytes
      1 views
      Cache
     
  6. MultiTaskLassoCV — scikit-learn 1.7.0 documenta...

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Mon Jun 30 13:50:28 UTC 2025
      163.2K bytes
      Cache
     
  7. RFECV — scikit-learn 1.7.0 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Jun 30 13:50:27 UTC 2025
      157.7K bytes
      Cache
     
  8. 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
    Mon Jun 30 13:50:29 UTC 2025
      112K bytes
      Cache
     
  9. TimeSeriesSplit — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:30 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  10. ShuffleSplit — scikit-learn 1.7.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
    Mon Jun 30 13:50:28 UTC 2025
      124.6K bytes
      Cache
     
Back to top