Skip to content

ruuushhh/churnPrediction

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published