Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1421 - 1430 of 2,141 for text (0.14 sec)

  1. 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 Nov 23 04:49:16 UTC 2024
      143.8K bytes
      Cache
     
  2. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Sat Nov 23 04:49:16 UTC 2024
      100.9K bytes
      Cache
     
  3. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Sat Nov 23 04:49:15 UTC 2024
      120.1K bytes
      Cache
     
  4. EmpiricalCovariance — scikit-learn 1.5.2 docume...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Sat Nov 23 04:49:16 UTC 2024
      135.5K bytes
      Cache
     
  5. 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
     
  6. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...%.3f " % clf . score ( X_test , y_test )) model score: 0.798 HTML...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Sat Nov 23 04:49:14 UTC 2024
      178.4K bytes
      Cache
     
  7. Parallel — scikit-learn 1.5.2 documentation

    dispatch_next ( ) [source] # Dispatch more...# Prefetch the tasks for the next batch and dispatch them. The...
    scikit-learn.org/stable/modules/generated/sklearn.utils.parallel.Parallel.html
    Sat Nov 23 04:49:14 UTC 2024
      112.6K bytes
      Cache
     
  8. How to optimize for speed — scikit-learn 1.7.de...

    version of the function in the tests and use it to check that the...profiling session and engaging in tentative optimization iterations, it...
    scikit-learn.org/dev/developers/performance.html
    Sat Nov 23 04:49:16 UTC 2024
      70K bytes
      Cache
     
  9. Overview

    outside-sql-test : Runs outside-sql-test.[sh|bat]. replace-schema...jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/
    Tue Nov 12 15:10:59 UTC 2024
      10.4K bytes
      Cache
      Similar Results (1)
     
  10. LastaFluteのJakarta対応 (Java21) | LastaFlute

    jakarta | Github exampleやtestも exampleやtestプロジェクトもブランチで分けてマージ管理していきます。...Jakarta版LastaFlute リリース一覧 Java8版との整合性 exampleやtestも 依存ライブラリをJakartaに 依存スコープに夜じゃなくて寄る...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/lakarta.html
    Tue Nov 12 15:10:59 UTC 2024
      26.9K bytes
      Cache
     
Back to top