vishnukanduri / Credit-Risk-Modeling-in-Python

Modeled the credit risk associated with consumer loans. Performed exploratory data analysis (EDA), preprocessing of continuous and discrete variables using various techniques depending on the feature. Checked for missing values and cleaned the data. Built the probability of default model using Logistic Regression. Visualized all the results. Computed Weight of Evidence and price elasticities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit-Risk-Modeling-in-Python

I have modeled the credit risk associated with consumer loans. The jupyter notebook contains detailed explanation with comments, code and visualizations.

List of dummy variables is a file which contains dummy variables for all original variables (discrete and continuous) which is used for analysis.

List of reference variables is a file which contains reference variables for all original variables (discrete and continuous). This helps in comparing the performance of the dummy variables with a reference.

About

Modeled the credit risk associated with consumer loans. Performed exploratory data analysis (EDA), preprocessing of continuous and discrete variables using various techniques depending on the feature. Checked for missing values and cleaned the data. Built the probability of default model using Logistic Regression. Visualized all the results. Computed Weight of Evidence and price elasticities.


Languages

Language:Jupyter Notebook 100.0%