Skip to content

Commit

Permalink
FIX improve performance by updating max_features (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSSF23 authored Oct 31, 2023
1 parent ed82a9e commit 386578a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hypothesis_testing/plot_might_mv_auc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 386578a

Please sign in to comment.