C2_W4_Lab_02_Tree_Ensemble Inconsistency Between Described Hyperparameters and Code Example

In the decision tree section, the text states that the best hyperparameters are max_depth = 4 and min_samples_split = 50. However, the accompanying code snippet uses max_depth = 3 instead of 4.

Thanks, @SylwiaJa, for reporting this. I will inform the course team about it.

Cheers,
Raymond

1 Like