https://github.com/ntrv3390/machine-learning-spam-ham-classifier
Spam Classifier ML Model
https://github.com/ntrv3390/machine-learning-spam-ham-classifier
logistic-regression machine-learning python spam-classification
Last synced: 3 months ago
JSON representation
Spam Classifier ML Model
- Host: GitHub
- URL: https://github.com/ntrv3390/machine-learning-spam-ham-classifier
- Owner: Ntrv3390
- Created: 2023-08-10T13:06:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T13:15:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T18:40:04.009Z (over 1 year ago)
- Topics: logistic-regression, machine-learning, python, spam-classification
- Language: Jupyter Notebook
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spam Ham Classifier Using Python
In this project you'll see how we can create a
machine learning algorithm with python.
# Prerequisites
-- Python 3.10 or above
-- Jupyter Notebook
# How to install jupyter notebook and run it
-- Go to cmd and run `pip install jupyter notebook`
-- Go to a folder in which you want to run jupyter notebook
-- Go to cmd in that folder and run this `jupyter notebook`
-- You're done!
# Libraries Used
-- Numpy
-- Pandas
-- Sklearn