One question for the #MachineLearning people: what approach do you use to determine if a decision trees or a random forest approach should work better? Do you simply try both approaches and use whatever seems to work better?

According to what I read, decision trees are more prone to overfitting, while random forest is a more complex approach. Which means little to me 😅

#ml #DecisionTrees #RandomForest #Overfitting

@joxean from all i heard is experience and try an error. There's no magic recipe to decide those values. But maybe you can train a model to decide that for you 😬