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

https://github.com/siddeshwarnavink/spam-message-ml

Implementing Logistic Regression From Scratch for Spam Detection.
https://github.com/siddeshwarnavink/spam-message-ml

logistic-regression meachine-learning

Last synced: 22 days ago
JSON representation

Implementing Logistic Regression From Scratch for Spam Detection.

Awesome Lists containing this project

README

        

Spam Message Detection
=========

Implementing Logistic Regression From Scratch for Spam Detection.

Model Output
========

Precision: 87.20%
Recall: 80.09%
F1-Score: 83.49%
Model saved to model.bin

Dataset
=========

The following datasets are require for this program to work.

- `dataset/spam.csv`: https://www.kaggle.com/datasets/team-ai/spam-text-message-classification
- `dataset/stop-words.txt`: https://gist.github.com/sebleier/554280