Found 1 repositories(showing 1)
This project will investigate whether customer account information can be used to build machine learning models to successfully predict whether or not a customer will default on their next month's payment. This is a supervised learning problem; the data set has two different labels ((1=yes will default next month, 0=no will not default next month). I will evaluate the performance of six machine learning model frameworks to understand if the dataset has the ability to accurately predict whether a customer will default on their account in the next month. The six models used are Logistic Regression, KNN classifier, Bagging classifier, AdaBoost classifier, XGBoost classifier, and Random forest classifier. The hyperparameters will be be optimized and model performance will be evaluated using a confusion matrix, classification report (Precision, Recall, and F1), and Area under the Receiver operating characteristic curve (AUCROC).
All 1 repositories loaded