Model Diagnostics App for Logistic Regression.
- Clone the repo
git clone https://github.com/branden-ciranni/model-diagnostics.git
cd model-diagnostics
-
Create a virtual environment (recommended but not necessary)
Windows:
python -m venv env env\scripts\activate.bat
Mac:
python3 -m venv env source env/bin/activate
-
Install the requirements
pip install -r app/requirements.txt
- Run the app
cd app
streamlit run app.py