Skip to content

Codeomicronzeta/Churn-Model

Repository files navigation

Churn-Model

An end to end implementation of project which includes analysis of bank customer churn data as well as it prediction using various Machine Learning Models.

Churndep (3)

  1. Churn Model.ipynb is a Jupyter Notebook consisting of:
    a. Exploratory Data Analysis of Churn Dataset.
    b. Method for dealing with imbalance in the dataset.
    c. Creating and testing Models for Churn Prediction.

  2. Churn Model.pdf and Churn Model.html are pdf and html files respectively of Churn Model.ipynb jupyter notebook for proper viewing and displaying of plots created using Plotly.

  3. churn.py is python file consisting of code for creating a basic Dashboard which displays interacive Data Visualizations using Dash library.

  4. assets is a folder consisting of css templates used in the creation of Dashboard. Dash library requires this folder for implementing CSS.

Churn

  1. Churn_Modelling.csv is dataset used for the project.
  2. rfmodel.py consists of python code for Random Forest and is used for predicting when the model is deployed.
  3. stl.py consists of python code for deploying the Random Forest model using streamlit library.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages