/BankChurnGuard

Using data analysis to predict if customers are likely to leave the bank, empowering proactive retention efforts.

Primary LanguageJupyter Notebook

BankChurnGuard

Descreption

Using data analysis to predict if customers are likely to leave the bank, empowering proactive retention efforts.

Installation

To make use of the BankChurnGaurd capabilities, simply follow these installation steps:

Clone the Repository

Begin by cloning this repository to your local machine. Open your terminal and execute the following command:

https://github.com/BugsBunny-PG/BankChurnGuard.git

Set Up a Virtual Environment (Optional but Recommended)

It is advisable to work within a virtual environment to maintain a clean and isolated development environment. To create and activate a virtual environment, execute the following commands:

python -m venv env 

Install Dependencies

Within your activated virtual environment, navigate to the cloned repository's root directory and install the required packages using the following command:

pip install -r requirements.txt