Using data analysis to predict if customers are likely to leave the bank, empowering proactive retention efforts.
To make use of the BankChurnGaurd capabilities, simply follow these installation steps:
Begin by cloning this repository to your local machine. Open your terminal and execute the following command:
https://github.com/BugsBunny-PG/BankChurnGuard.git
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
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