Dutta-SD / ChurnApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer Churn Prediction App

This app predicts the churn or attrition of customers using Machine Learning.

This repo contains app code. For Data Analysis, see here

Technologies Used

Python, Matplotlib, XgBoost, Scikit-Learn

Workflow

  • The user enters various parameters of the network
  • The model predicts whether the customer will leave or not

Results

Classifier Results

Metric Score
F1 Score 0.80

How to Run

  • Clone the repo
  • Install python requirements using $ pip install -r requirements.txt
  • Run the server using $ python main.py

Additional Links

About

License:MIT License


Languages

Language:Python 100.0%