Skip to content

42pde-bakk/ft_linear_regression

Repository files navigation

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

About

An introduction to machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages