Skip to content

hieppham8083/Credit_Risk_Analysis

Repository files navigation

Credit_Risk_Analysis

Challenge

  • Use Resampling Models to Predict Credit Risk (Deliverble1):
    • Naive Random Oversampling results: accuracy is 64%, precision of high_risk is 1%, and the recall is 73% alt text
    • SMOTE oversampling results: accuracy is 66%, precision of high_risk is 1%, and the recall is 63% alt text
  • Use the SMOTEENN algorithm to Predict Credit Risk (Deliverble2):
    • Undersampling results: accuracy is 52%, precision of high_risk is 1%, and the recall is 69% alt text
    • Combination results: accuracy is 64%, precision of high_risk is 1%, and the recall is 72%
    • alt text
  • Use Ensemble Classifiers to Predict Credit Risk (Deliverble3):
    • Balanced Random Forest Classifier results: accuracy is 78%, precision of high_risk is 3%, and recall is 69% alt text
    • Easy Ensemble Classifier results: accuracy is 93%, precision of high_risk is 9%, and recall is 92% alt text

Summary

  • Recommendation: Base on the results, We should use Easy Ensemble AdaBoost Classifier because it had high accuracy and good balance of precision and recall.
  • I would not recommend to use the first four models to predict credit risk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published