diff --git a/examples/hypothesis_testing/plot_might_mv_auc.py b/examples/hypothesis_testing/plot_might_mv_auc.py index 1a7793c0b..d4e573d82 100644 --- a/examples/hypothesis_testing/plot_might_mv_auc.py +++ b/examples/hypothesis_testing/plot_might_mv_auc.py @@ -55,7 +55,7 @@ # You can specify the maximum specificity by modifying ``max_fpr`` in ``statistic``. n_estimators = 125 -max_features = 100 +max_features = "sqrt" metric = "auc" test_size = 0.2 n_jobs = -1