Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try dictionary trimming for feature selection #17

Open
2 tasks
bwbaugh opened this issue Mar 17, 2013 · 0 comments
Open
2 tasks

Try dictionary trimming for feature selection #17

bwbaugh opened this issue Mar 17, 2013 · 0 comments
Assignees
Milestone

Comments

@bwbaugh
Copy link
Owner

bwbaugh commented Mar 17, 2013

For multinomial naive bayes, I hear that feature selection is really just dictionary trimming. It might be useful to try:

  • Discard features that occur in less than a certain percentage of documents seen for a label.
  • Only use the features that are the top-N most frequent features for a label.
@ghost ghost assigned bwbaugh Mar 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant