Skip to content

Commit

Permalink
Merge pull request #129 from EwoutH/patch-9
Browse files Browse the repository at this point in the history
feature_scoring.py: Change `max_features` in get_rf_feature_scores to `"sqrt"`
  • Loading branch information
quaquel authored May 18, 2022
2 parents c1da7cf + 6cb9131 commit 5e03fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ema_workbench/analysis/feature_scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def get_rf_feature_scores(
y,
mode=RuleInductionType.CLASSIFICATION,
nr_trees=250,
max_features="auto",
max_features="sqrt",
max_depth=None,
min_samples_split=2,
min_samples_leaf=1,
Expand Down

0 comments on commit 5e03fd9

Please sign in to comment.