- Python v3.9+
- Clone the repository.
git clone https://github.com/woynert/logit-regression-lab
cd logit-regression-lab # enter directory
- Create a python environment.
python3 -m venv lab-env
- Enter python environment.
source lab-env/bin/activate # linux
source lab-env/Scripts/activate # windows
- Install the pip packages. The following command will install
numpy, pandas, scikit-learn, plotly, and jupyterlab
.
pip install -r requirements.txt
- Open JupyterLab 🚀.
jupyter-lab
- Inside JupyterLab Web UI open the notebook
logit-lab.ipynb
.