Project 4: Credit Risk Assessment

A project for finance industry or a hypothetical bank. Using machine learning models to predict whether a particular customer will default on their loan or not, based on different demographic indicators collected for the individual.

Project Pipeline

Project code:

Github Repository: credit-risk-assessment

Project Hosted on:

GCP App: Credit Risk Modeling App deployed on GCP

Importance:

Glossary:

About the Dataset:

Data Source: Credit Risk Dataset, Kaggle

Column Description  
loan_status Loan status 0 is non default 1 is default
person_age Age numerical
person_home_ownership home ownership status RENT, MORTGAGE, OWN, OTHER
person_emp_length Employment length (in years) numerical
loan_intent Whether they own a home or not PERSONAL, EDUCATION, MEDICAL, VENTURE, HOMEIMPROVEMENT, DEBTCONSOLIDATION
loan_grade Loan grade ‘D’, ‘B’, ‘C’, ‘A’, ‘E’, ‘F’, ‘G’
loan_amnt Loan amount numerical
loan_int_rate Interest rate numerical
loan_percent_income Loan to income ratio numerical
cb_person_default_on_file Historical default ‘Y’, ‘N’
cb_person_cred_hist_length credit history length numerical

Models and Technologies:

GCP App: Credit Risk Modeling App deployed on GCP

References:

[1] Credit Risk Modelling in Python by Rahul Sisodia

[2] Credit Risk Modelling in Python by Paul Bananzi

[3] How to Deploy Machine Learning Model using Flask (Iris Dataset) | Python by Aswin S.

[4] API Series #3 - How to Deploy Flask APIs to the Cloud (GCP) by James Briggs

[5] Azure Data Studio Essential Training by Adam Wilbert

Share this: