##P1 The following steps should be taken to locally set-up and run a Jupyter notebooks for three ML models (namely logistic regression, SVM and kNN). These models classify users that would potentially buy a product from a product campaign.
- Unzip nedbank.zip file
- Open nedbank folder in IDE
- Create a virtual environment with Python 3.6.2 (Python 3.7.0 should also work)
- In command line run 'pip3 install -r requirements.txt' from nedbank folder root directory
- In command line run 'jupyter notebook'
- Open pop-up webpage and search in nedbank folder for respective ML model .ipynb file
- File -> checkpoint -> revert to checkpoint
- Run each cell with Shift+Enter or simply scroll to the bottom for the conclusion
##P2 The following steps should be taken to locally set-up and run a detection function that attempts to count messages that should be sent to users with particularly high spending behavior.
- Unzip nedbank.zip file
- Open nedbank folder in IDE
- Run test.py to see tests cases running