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
Post a Comment