Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 671 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 671 Bytes

ft_linear_regression

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.

Getting Started 🚀

Prerequisites

  • Python 3.x

Installation

  1. Clone the repo
git clone https://github.com/DelicaTessa/42-ft_linear_regression
  1. Navigate to the project directory
cd 42-ft_linear_regression/src
  1. Train the model
python3 training.py
  1. Make a prediction of the car price with the given mileage
python3 prediction.py