Skip to content

You will code a program that can predict the price of a car using linear regression with a gradient algorithm.

Notifications You must be signed in to change notification settings

rbourgeat/ft_linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_linear_regression

You will code a program that can predict the price of a car using linear regression with a gradient algorithm.

Figure_1

Requirements

pip install -r requirements.txt

Usage

  • Predict program:
python3 predict.py
  • Learn program:
python3 learn.py

About

You will code a program that can predict the price of a car using linear regression with a gradient algorithm.

Topics

Resources

Stars

Watchers

Forks

Languages