An introduction to machine learning
If you want to run it in a virtual environment do:
python3 -m venv venv
Install the dependencies and run it like so:
pip3 install -r requirements.txt
python3 train.py data.csv
python3 predict.py thetas.csv data.csv