Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 815 for tests (0.22 sec)

  1. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Wed Nov 05 14:36:32 UTC 2025
      101.8K bytes
      Cache
     
  2. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Wed Nov 05 14:36:32 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  3. KNeighborsClassifier — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:33 UTC 2025
      156K bytes
      Cache
     
  4. AdaBoostClassifier — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:32 UTC 2025
      157.7K bytes
      Cache
     
  5. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Tue Nov 04 06:34:51 UTC 2025
      20.2K bytes
      1 views
     
  6. APIs and tools | Elastic Docs

    test, and manage your search app...processing pipelines. Painless Lab Test and debug Painless scripts in...
    www.elastic.co/docs/solutions/search/apis-and-tools
    Tue Nov 04 17:37:28 UTC 2025
      363.5K bytes
      Cache
     
  7. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Wed Nov 05 14:36:33 UTC 2025
      91.4K bytes
      Cache
     
  8. Create or update synonyms set API examples | El...

    { "id": "test-2", "synonyms": "test => check" } ] } If..."id": "test-1", "synonyms": "hello, hi" } ] } PUT /test-index...
    www.elastic.co/docs/solutions/search/full-text/create-update-synonyms-api-example
    Tue Nov 04 17:37:29 UTC 2025
      361.2K bytes
      Cache
     
  9. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Mon Sep 15 10:51:17 UTC 2025
      30.5K bytes
      Cache
     
  10. javatry (じゃゔぁとらい) | DBFlute

    public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...
    dbflute.seasar.org/ja/tutorial/javatry/index.html
    Mon Sep 15 10:51:18 UTC 2025
      27.4K bytes
      Cache
     
Back to top