This project focuses on the analysis of Kaggle's dataset regarding banking marketing campaigns.
To run the project, follow these steps:
- Download the necessary modules listed in the
requirements.txt
file. - Open a terminal or command prompt.
- Navigate to the project directory.
- Execute the following command:
python main.py > main_logs.txt
.
By running the command above, the main script will be executed, and the output will be redirected to the main_logs.txt
file for easy review and analysis.