Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 499 Bytes

ft_linear_regression

An introduction to machine learning

Usage:

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

Project status: Ft_linear_regression status