Classifying Loans based on risk of defaulting using various classification algorithm.
A typical Classification Machine Learning project leverages historical data to predict insights into the future. This solution is aimed at predicting Loan Delinquency based on risk of defaulting and other given features.
The output algorithms have been used to test if they can maintain their accuracy in predicting the loan delinquency for data they haven’t been trained. Four algorithms have been used:
- KNN CLassifier.
- Decision Tree Classifier.
- Support Vector Machine Classifier.
- Logistic Regression.
This project is licensed under the MIT LICENSE.
- Adarsh Pal adarshpal999@gmail.com