Commit 07bfbac
authored
replaced parameter value in example code
Replaced parameter value 'auto' in example code with 'balanced' which is a valid value
rf = RandomForestClassifier(n_jobs=-1, class_weight='balanced', max_depth=5)1 parent 64a41d2 commit 07bfbac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments