# ft_linear_regression ft\_linear\_regression project of school 42 ![screenshot](./screenshot.png) ## 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](./ft_linear_regression_notebook.ipynb).