A black box model which uses SHAP to evaluate the feature which contributed most to the predict whether a client will subscribe to a term deposit.
- PyTorch Neural Network
- SHAP for Feature Importance
- Data Preprocessing
pip install torch pandas shap scikit-learn