Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 931 for tests (0.1 sec)

  1. 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
    Tue Feb 04 08:40:42 UTC 2025
      105.1K bytes
      Cache
     
  2. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Tue Feb 04 08:40:44 UTC 2025
      114.9K bytes
      Cache
     
  3. contributing.rst.txt

    sklearn/linear_model/tests/test_logistic.py` to run the tests specific to...center .. _testing_coverage: Testing and improving test coverage...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Fri Jan 17 11:45:09 UTC 2025
      62.9K bytes
      2 views
     
  4. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Tue Nov 12 15:10:59 UTC 2024
      22K bytes
      28 views
      Cache
     
  5. 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
    Tue Feb 04 08:40:45 UTC 2025
      106K bytes
      Cache
     
  6. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Tue Feb 04 08:40:45 UTC 2025
      143.1K bytes
      Cache
     
  7. 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
    Tue Feb 04 08:40:42 UTC 2025
      100.8K bytes
      Cache
     
  8. Developer’s Guide — scikit-learn 1.6.1 document...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Thu Jan 30 15:38:19 UTC 2025
      38.2K bytes
      Cache
      Similar Results (1)
     
  9. 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
    Thu Jan 30 15:38:19 UTC 2025
      36.8K bytes
     
  10. plot_multi_metric_evaluation.zip

    ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``,...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Thu Jan 30 15:38:19 UTC 2025
      8.8K bytes
      Similar Results (1)
     
Back to top