A simple starter repo for bootstrapping a machine learning project in Python.
Installs the following packages:
- pandas
- numpy
- matplotlib
- scikit-learn
- jupyter
- Python3
- pip
- virtrualenv
Activate virtual environment
> source venv/bin/activate
Install dependencies
> pip install -r requirements.txt
Start up Jupyter server
> jupyter notebook