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

NLP to detect hit keywords for SPAM/HAM dataset #13

Closed
ajwad-shaikh opened this issue Nov 5, 2020 · 0 comments · Fixed by #14
Closed

NLP to detect hit keywords for SPAM/HAM dataset #13

ajwad-shaikh opened this issue Nov 5, 2020 · 0 comments · Fixed by #14
Assignees
Labels
machine-learning tasks related to Machine Learning model building

Comments

@ajwad-shaikh
Copy link
Member

Implement NLP to extract keywords from SPAM and HAM corpus.

A frequency vector of these keywords would be a great feature for our model. To make sure, we have keywords specific to SPAM and HAM characteristics of the PR, we decide to do the following.

N = complexity of the model (starting with 30, might change iteratively to achieve better results)

A = Top N keywords list from SPAM dataset
B = Top N keywords list from HAM dataset

SPAM_KEYWORDS = (A - B)
HAM_KEYWORDS = (B - A)

Suggest using multi-rake for rapid keyword extraction from corpus

@ajwad-shaikh ajwad-shaikh added the machine-learning tasks related to Machine Learning model building label Nov 5, 2020
@vrushti-mody vrushti-mody linked a pull request Nov 5, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
machine-learning tasks related to Machine Learning model building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants