Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 317 Bytes

42_linear_regression

The goal is to implement a simple linear regression from scratch, using numpy

Run

just run make and activate the virtual env with the code below

Activate Python3 virutal environment

source .venv/bin/activate

To predict

python3 predict.py

To train the model

python3 train.py