ML Project Plan of Action
ML Project Plan of Action
Credits risks be analyse for measuring the possibility of a loss as result of borrower failing to
repay a loan or meeting the loan obligations. The more the credit risks, the more it has a
negative impact on the performance of a bank. The credit risk analysis be important cause it
allows the bank to plan strategies to avoid a negative outcome ahead in the future.
In this project, we analyzed the credit risks on individual loans, maximizing' the Return on
Investment (ROI) by predicting an Eligible Loan Amount and minimizing' the financial risk
between the lending firm Bandora and the borrowers. Machine Learning to accomplish the
objective of credit risk analysis.
The dataset contains the individual loan details from 2009 to 2019 having both the defaulted
and non-defaulted loans
1. Clean the data set removing all the errors and replacing all the N/A and filling it with
mean,median,mode values.
2. To perform an Exploratory Data Analysis (EDA).
Univariate Analysis
Bivariate Analysis
Multivariate Analysis
We will use different ml algorithm to build our model here i have decided to use
Linear Regression
Logistic Regression
Random Forest Classifier (Decision tree)
Finally, 2 pipelines will be deployed:
Random Forest Classifier (Binary Classification)
Ridge Regression for multi targets (EMI, ELA, ROI)
And finally, Deployment.