An open API service indexing awesome lists of open source software.

https://github.com/constantine-khoroshilov/spamclassification

The spam classification program using the logistic regression model to determine whether an email is spam or ham (not spam)
https://github.com/constantine-khoroshilov/spamclassification

data-science python spam-classification

Last synced: 3 months ago
JSON representation

The spam classification program using the logistic regression model to determine whether an email is spam or ham (not spam)

Awesome Lists containing this project

README

          

# Spam classification

This program uses:
1. __scikit-learn__ library for extracting the features of a text and training the logistic regression model.
2. __nltk__ library for transforming a text.

[Dataset (emails.csv) from kaggle](https://www.kaggle.com/datasets/ashfakyeafi/spam-email-classification)