why did you not use Naives bayes?
vanditj opened this issue · 3 comments
vanditj commented
it rejects the point of overfitting and gives 93% accuracy
rhiever commented
What project is this question for?
vanditj commented
rhiever commented
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.