Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 813 for tests (1.04 sec)

  1. KNeighborsClassifier — scikit-learn 1.7.1 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Sat Aug 23 16:32:03 UTC 2025
      156K bytes
      Cache
     
  2. AdaBoostClassifier — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:04 UTC 2025
      157.8K bytes
      Cache
     
  3. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Sat Aug 23 16:32:04 UTC 2025
      118.2K bytes
      Cache
     
  4. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Sat Aug 23 16:32:03 UTC 2025
      150.8K bytes
      Cache
     
  5. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Tue Aug 12 02:41:09 UTC 2025
      30.5K bytes
      Cache
     
  6. Isotonic Regression — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:03 UTC 2025
      114.1K bytes
      Cache
     
  7. fetch_20newsgroups — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:04 UTC 2025
      119.5K bytes
      Cache
     
  8. Logistic function — scikit-learn 1.7.1 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Sat Aug 23 16:32:03 UTC 2025
      95K bytes
      Cache
     
  9. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Tue Aug 12 02:41:09 UTC 2025
      21.3K bytes
      1 views
      Cache
     
  10. MultiTaskLassoCV — scikit-learn 1.7.1 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
    Sat Aug 23 16:32:03 UTC 2025
      162.9K bytes
      Cache
     
Back to top