The aim of this project is to introduce you to the basic concept behind machine learning. For this project, you will have to create a program that predicts the price of a car by using a linear function train with a gradient descent algorithm.
- Python 3.x
- Clone the repo
git clone https://github.com/DelicaTessa/42-ft_linear_regression
- Navigate to the project directory
cd 42-ft_linear_regression/src
- Train the model
python3 training.py
- Make a prediction of the car price with the given mileage
python3 prediction.py