Random forest performs worse than single decision tree

This sounds pretty strange. One guess could be that you have some restrictions in the Random forests or some overfitting in the Decision Tree. You should check if you do really use the same data files in both cases.

Maybe you could try and see if you could benchmark your case with this AutoML workflow:

You could force H2O to just consider Tree algorithms and see what the result is.

1 Like