An open API service indexing awesome lists of open source software.

https://github.com/rbourgeat/ft_linear_regression

You will code a program that can predict the price of a car using linear regression with a gradient algorithm.
https://github.com/rbourgeat/ft_linear_regression

42born2code 42cursus 42projects 42school

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](./Figure_1.png)

## Requirements

```bash
pip install -r requirements.txt
```

## Usage

- Predict program:

```bash
python3 predict.py
```

- Learn program:

```bash
python3 learn.py
```