Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 822 for tests (0.14 sec)

  1. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Fri Oct 10 15:14:33 UTC 2025
      106.2K bytes
      Cache
     
  2. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Fri Oct 10 15:14:33 UTC 2025
      113.9K bytes
      Cache
     
  3. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Fri Oct 10 15:14:35 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  4. ハンズオンセクション 9 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...
    dbflute.seasar.org/ja/tutorial/handson/section09.html
    Mon Sep 15 10:51:18 UTC 2025
      33.3K bytes
      Cache
     
  5. FDA Warns About This Toxic Cookware — What to K...

    After testing several pieces of cookware...issue a warning about? The FDA tested the following products and...
    www.nbcnews.com/select/shopping/fda-warning-nonstick-cookware-leaching-lead-rcna231938
    Thu Sep 18 01:16:02 UTC 2025
      318.3K bytes
      Cache
     
  6. From Uptime to Synthetics in Elastic: Your migr...

    project named synthetic-project-test in the current directory. npx...@elastic/synthetics init synthetic-project-test Follow the prompt instructions...
    www.elastic.co/observability-labs/blog/uptime-to-synthetics-guide
    Tue Sep 23 01:14:22 UTC 2025
      82.5K bytes
      Cache
     
  7. 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
    Fri Oct 10 15:14:35 UTC 2025
      22K bytes
     
  8. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Fri Oct 10 15:14:33 UTC 2025
      36.8K bytes
     
  9. One-class SVM with non-linear kernel (RBF) — sc...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...X_train ) y_pred_test = clf . predict ( X_test ) y_pred_outliers...
    scikit-learn.org/stable/auto_examples/svm/plot_oneclass.html
    Fri Oct 10 15:14:35 UTC 2025
      100.8K bytes
      1 views
      Cache
     
  10. 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
    Fri Oct 10 15:14:35 UTC 2025
      150.8K bytes
      Cache
     
Back to top