rhiever/Data-Analysis-and-Machine-Learning-Projects

why did you not use Naives bayes?

vanditj opened this issue · 3 comments

it rejects the point of overfitting and gives 93% accuracy

What project is this question for?

Oh, I see. I used tree-based algorithms there because they're good default algorithms to use (--> not much need for data preprocessing), have good performance, and are easy to tune.