Commit 02430e2
committed
Explain the purpose of max_features for Random Forests. Closes #26.
@alanocallaghan points out that the max_features is confusing for Random Forests. Why does a Random Forest with max_features=1 still result in sub-trees that make decisions based on >1 feature? The explanation is that the max_feature argument is applied at the split level, not the tree level.1 parent bae2e1f commit 02430e2
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| |||
0 commit comments