Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 642 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 642 Bytes

Churn Prediction App

This is project is demonstration of how churn prediction model can be created with training the data. In this project the sample data was trained on Logistic Regression machine larning model which will help to predict churn based on the data.

To run this app on local env follow this steps

  1. Create a virtual env
    virtualenv venv

  2. Install the requirements
    pip3 install -r requirements.txt

  3. Run project
    streamlit run setup.py

Example:
image