Deposit Balance Prediction
This project aimed to predict future deposit balances for SME and corporate customers using various time series forecasting techniques. Recognizing that customer deposits are crucial to the banks operations, we developed a predictive tool to identify periods when customers are likely to have low balances, allowing the bank to proactively engage with them. We evaluated multiple time series forecasting methods, including ARIMA, XGBoost, and LSTM. After thorough comparison, LSTM was selected due to its superior performance in capturing complex patterns in the data. As the lead data scientist on this project, I was responsible for model development, evaluation, and implementation.