python - Feature Selection for Text Classification -


i working on text classification problem in 100 frequent words selected features. believe results improved if use better feature selection method? ideas? tf-idf work? if yes, how?

to improve results can use feature selection

1) information gain

2) chi square

3) mutual information

4) term frequency

tf-idf can see link


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -