An introductory project to machine learning, where gradient descent is used to produce a linear regression for the purpose of predicting the price of a car.
All dependencies are listed here.
git clone https://github.com/LaiAnTan/42KL-ft_linear_regression
pip install -r requirements.txt
or in other environments such as conda
python main.py <command> <--args>
For help, specify -h
after main.py for general help or after commands for specific command help.
Notes for the project can be found here.