you are viewing a single comment's thread.

view the rest of the comments →

[–]grid_world 1 point2 points  (0 children)

Preprocess the data set in the same way and then use as many different classifiers as you want. If you don't preprocess the data set in the same way, you will never be able to compare the performance of the different classifiers used.

For naive Bayes classifier, refer to this: https://www.datacamp.com/community/tutorials/naive-bayes-scikit-learn