A repo where I practice implementing linear regression.
Create virtual env and run:
pip install -r requirements.txt
- simple_data_single_variable_linear_regression: This directory contains a single notebook that generates simple single variable linear function and runs linear regression on it, To run yourself just open up the folder and run all cells in the notebook.