churn-prediction

Contributors Forks Stargazers


Churn prediction model


Table of Contents
  1. About The Project
  2. Installation
  3. data sources
  4. Contributing
  5. License
  6. Contact

About The Project

This is a classification model that aim to determine if a given client is going to leave a credit card firm.

Built With

Installation

  1. Clone the repo

    git clone https://github.com/Pablousse/churn-prediction.git
  2. Install dependencies

    pip install -r requirements.txt

Data sources

You can find the data used to create the model on : Credit Card Customers

Contributing

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Arnaud Durieux - durieux.arnaud@homail.com

Project Link: https://github.com/Pablousse/challenge-api-deployment