ft_linear_regression ft_linear_regression project of school 42 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.