Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 840 for tests (0.09 sec)

  1. 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
    Mon May 12 15:17:01 UTC 2025
      38.2K bytes
      Cache
     
  2. 3.4. Metrics and scoring: quantifying the quali...

    ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Mon May 12 15:17:01 UTC 2025
      410.3K bytes
      Cache
     
  3. 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 May 09 20:31:36 UTC 2025
      36.8K bytes
     
  4. 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
    Fri May 09 20:31:36 UTC 2025
      8.8K bytes
      Similar Results (1)
     
  5. plot_multi_metric_evaluation.py

    ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...style in (("train", "--"), ("test", "-")): sample_score_mean =...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Fri May 09 20:31:36 UTC 2025
      3.6K bytes
     
  6. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Mon Apr 28 16:40:32 UTC 2025
      23.5K bytes
      1 views
      Cache
     
  7. Demonstration of multi-metric evaluation on cro...

    '_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon May 12 15:17:01 UTC 2025
      101.4K bytes
      Cache
     
  8. TunedThresholdClassifierCV — scikit-learn 1.6.1...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Mon May 12 15:17:01 UTC 2025
      149.4K bytes
      Cache
     
  9. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Mon May 12 15:17:01 UTC 2025
      201.9K bytes
      Cache
     
  10. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Mon May 12 15:17:01 UTC 2025
      278.2K bytes
      Cache
     
Back to top