How to decide to go with BOW or TFIDF
I know that there are methods that help in selecting features such as Matual Info, and Info Gain, etc.
But for datasets with thousands of records and thousands of features it is time consuming to train the model in BOW and TFIDF to decide which method is better.
is there a way to decide which method to choose without the need to spend all this time?
Topic bag-of-words tfidf nlp
Category Data Science