cgatama / ML-with-python-Customers-Loan-Default-Prection

Predicting if Customers will Default on Loans Using ML Classification Algorithms

Home Page:https://github.com/cgatama/ML-with-python-Customers-Loan-Default-Prection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Classification Problem with Python

Predicting if Customers will Default on Loans

Using different machine learning classification Algorithms to find the best (among Logistic Regression, KNN, SVM, Decision Trees, Linear Regression) to accurately predict if a customer would default on their loan or if it would be paid off by Model evaluation using test set (by report the accuracy of the built model using different evaluation metrics such as Jaccard score, F1-score and LogLoss).