Research on Customer Deposit Order Based on Data Mining Technology

Aiting Xu,Yingying Zhou,Hui Chen
DOI: https://doi.org/10.1145/3377170.3377233
2019-12-20
Abstract:This paper takes the time deposit order data of banking institutions as the research object. Firstly, the data of banking institutions are analyzed and cleaned to convert the categorical data into numeric data. Then, to "split" preprocessing the data after processing, divided into training set and test set. In the training set, LR, Naive Bayes, K-NN, Decision Tree, Random Forests, Extra - trees, AdaBoost, GBDT, XGBoost, LightGBM and CatBoost algorithm (via the grid search method GridSearchCV) are established to study the customer's deposit ordering tendency respectively. Finally, the Stacking fusion algorithm in Ensemble Learning(The meta-learner adopts LR algorithm) is used to fuse each single model to build the best bank customer time deposit ordering classification model. The research results show that using python, based on the different dimensions of bank customer information, the Stacking fusion algorithm based on Ensemble algorithm has better prediction effect than the single model, and the Stacking fusion algorithm has better robustness. Therefore, this paper takes the Stacking fusion model as the final prediction model to effectively identify bank customers and help banking institutions understand customer subscription tendency.
What problem does this paper attempt to address?