Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djb15/machine-learning-project
Machine learning project 2018 - Imperial College London
https://github.com/djb15/machine-learning-project
machine-learning project python3 scikit-learn scikitlearn-machine-learning university university-project
Last synced: 12 days ago
JSON representation
Machine learning project 2018 - Imperial College London
- Host: GitHub
- URL: https://github.com/djb15/machine-learning-project
- Owner: djb15
- Created: 2018-03-01T12:37:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T13:51:27.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T18:53:39.208Z (2 months ago)
- Topics: machine-learning, project, python3, scikit-learn, scikitlearn-machine-learning, university, university-project
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# machine-learning-project
> Repo for machine learning project at Imperial College London. The problem being solved is email spam classification.
## Get Started
To run my models, install all the required Python packages with `pip install -r requirements.txt` (ideally in a virtual environment but that is personal preference). Also make sure you download the dataset from [here](https://archive.ics.uci.edu/ml/datasets/spambase) and place the `spambase.data` file in the `data` directory. Then run `python mlp.py` etc. to run the Scikit Learn model for each training classifier.