Commit ace7ec0
authored
changed value of parameter in the example code
Replaced 'auto' with 'balanced' on line 168, as 'auto' is an invalid value parameter
rf = RandomForestClassifier(n_jobs=-1, class_weight='balanced', max_depth=5)1 parent 64a41d2 commit ace7ec0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments