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

Implement Email Classification Using NLP #82

Closed
wants to merge 1 commit into from

Conversation

Invincible1602
Copy link
Contributor

@Invincible1602 Invincible1602 commented Mar 23, 2024

Fixes #79

The maximum accuracy achieved by the help of SVM around 99.47

MODEL TRAINING

image

DATA PREPROCESSING(using TF-IDF Vectorizer, portStemmer, Tokenizer)

importing stopwords and punkt:

image

port Stemmer:

image

TF-IDF Vectorizer:

image

https://colab.research.google.com/drive/1CDjHer19ZhomwoF5IgSElX2D4YmyDzbZ

@Invincible1602
Copy link
Contributor Author

@darshbaxi, please review the pr

@Invincible1602 Invincible1602 closed this by deleting the head repository Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Email Classification Using NLP
1 participant