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

Add spam mail prediction #808

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

SayantikaLaskar
Copy link
Contributor

@SayantikaLaskar SayantikaLaskar commented Jun 11, 2024

Issue #204

Spam emails are a significant issue for many users, leading to wasted time and potential security threats. Our project leverages machine learning techniques to identify and filter out spam emails. The model will be trained on a labeled dataset of emails and will use various features extracted from the email content and metadata.

Features

  • Email Preprocessing: Clean and preprocess email data for model training.
  • Feature Extraction: Extract relevant features from emails, such as word frequency, email headers, and metadata.
  • Model Training: Train a machine learning model using the preprocessed and feature-extracted data.
  • Spam Detection: Classify new emails as spam or not spam using the trained model.
  • Evaluation Metrics: Evaluate the performance of the model using accuracy, precision, recall, and F1-score.

@invigorzz313 invigorzz313 merged commit a5ddd41 into Niketkumardheeryan:master Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants