- The purpose of this analysis was to apply machine learning to solve and predict credit risk. Refer to credit_risk_resampling.ipynb and credit_risk_ensemble.ipynb
- Use Resampling Models to Predict Credit Risk (Deliverble1):
- Use the SMOTEENN algorithm to Predict Credit Risk (Deliverble2):
- Use Ensemble Classifiers to Predict Credit Risk (Deliverble3):
- 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.