https://github.com/libhide/ml-spam-filter
ML: baby steps.
https://github.com/libhide/ml-spam-filter
machine-learning python
Last synced: about 1 year ago
JSON representation
ML: baby steps.
- Host: GitHub
- URL: https://github.com/libhide/ml-spam-filter
- Owner: libhide
- Created: 2017-08-23T11:22:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T15:01:33.000Z (over 8 years ago)
- Last Synced: 2025-02-09T11:11:26.332Z (about 1 year ago)
- Topics: machine-learning, python
- Language: Python
- Size: 962 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spam Filter
Using this repository to make my way into the land of Machine Learning. The plan is to write a spam filter to filter emails. I'll start small with a small dataset and sklearn for my classifiers and then built up to a bigger dataset and my own classifier.