Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 931 for tests (0.1 sec)

  1. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Tue Nov 12 15:10:59 UTC 2024
      30.5K bytes
      Cache
     
  2. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Tue Nov 12 15:10:59 UTC 2024
      21.3K bytes
      1 views
      Cache
     
  3. GradientBoostingClassifier — scikit-learn 1.6.1...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Tue Feb 04 08:40:43 UTC 2025
      181.9K bytes
      Cache
     
  4. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      22K bytes
     
  5. SelectFpr — scikit-learn 1.6.1 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Tue Feb 04 08:40:45 UTC 2025
      133.1K bytes
      Cache
     
  6. CategoricalNB — scikit-learn 1.6.1 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Tue Feb 04 08:40:44 UTC 2025
      152.8K bytes
      Cache
     
  7. Version 1.0 — scikit-learn 1.7.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 Jan 17 11:45:10 UTC 2025
      250.9K bytes
      1 views
      Cache
      Similar Results (1)
     
  8. 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
    Mon Feb 03 17:40:55 UTC 2025
      150.1K bytes
      Cache
     
  9. 1.6. Nearest Neighbors — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Tue Feb 04 08:40:43 UTC 2025
      121.8K bytes
      Cache
     
  10. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Tue Nov 12 15:10:59 UTC 2024
      50.3K bytes
      Cache
     
Back to top