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.
- Host: GitHub
- URL: https://github.com/rbourgeat/ft_linear_regression
- Owner: rbourgeat
- Created: 2024-02-16T13:26:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T14:34:34.000Z (over 1 year ago)
- Last Synced: 2025-02-14T13:41:39.797Z (8 months ago)
- Topics: 42born2code, 42cursus, 42projects, 42school
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Requirements
```bash
pip install -r requirements.txt
```## Usage
- Predict program:
```bash
python3 predict.py
```- Learn program:
```bash
python3 learn.py
```