Linear regression from stratch using only Numpy
Required libraries
- Numpy
- Matplotlib
- Sci-kit learn
- JupyterLab
pip install -r requirements.txt
jupyter lab
python -m venv venv
source venv/{bin,Scripts}/activate
pip install -r requirements.txt
jupyter lab
./helper.sh install
./helper.sh launch