Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 430 Bytes

File metadata and controls

34 lines (22 loc) · 430 Bytes

ft_linear_regression

ft_linear_regression project of school 42

screenshot

Usage

cd src
python cli.py --help

Train model

python cli.py train

Output model cost

python cli.py cost

Plot model and dataset

python cli.py plot

Notebook

Check out the jupyter notebook where I try to explain the algorithm here.