luAdenir / Credit_Risk_Analysis

0 stars 0 forks source link

Credit Risk Analysis

Preview:

This is a loan prediction risk analysis using credit card dataset from Lending Club, Python and Scikit-Learn libraries to build and evaluate several machine learning models.

Results:

1. Naive Random Oversampling

This model has:

Naive Random Oversampling

2. SMOTE Oversampling

This model has:

SMOTE Oversampling

3. Undersampling

This model has:

Undersampling

4. Over and Under Sampling

This model has:

Over and Under Sampling

5. Balanced Random Forest Classifier

This model has:

Balanced Random Forest Classifier

6. Easy Ensemble AdaBoost classifier

This model has:

Easy Ensemble AdaBoost classifier

Summary:

All machine learning models used in this analysis has the same precision value of 99%. But among all these models used, Easy Ensemble AdaBoost classifier performs the best across all metrics. Therefore, Easy Ensemble AdaBoost is the best classifier in distinguishing between low risk and high risk loans.