Table 4 Values of the parameters used in Random Forest Algorithm.

From: Enhanced Grey Wolf Optimization (EGWO) and random forest based mechanism for intrusion detection in IoT networks

Parameters

Values

n_estimators

100

max_depth

10

min_samples_split

5

min_samples_leaf

2

bootstrap

True

class_weight

‘balanced’

random_state

42