Skip to content

branden-ciranni/model-diagnostics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

model-diagnostics

Model Diagnostics App for Logistic Regression.

Get this running

  1. Clone the repo
git clone https://github.com/branden-ciranni/model-diagnostics.git
cd model-diagnostics
  1. 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
  2. Install the requirements

pip install -r app/requirements.txt
  1. Run the app
cd app
streamlit run app.py

Releases

No releases published

Packages

No packages published

Languages