Table 4 Values of the parameters used in Random Forest Algorithm.
Parameters | Values |
---|---|
n_estimators | 100 |
max_depth | 10 |
min_samples_split | 5 |
min_samples_leaf | 2 |
bootstrap | True |
class_weight | ‘balanced’ |
random_state | 42 |
Parameters | Values |
---|---|
n_estimators | 100 |
max_depth | 10 |
min_samples_split | 5 |
min_samples_leaf | 2 |
bootstrap | True |
class_weight | ‘balanced’ |
random_state | 42 |