Predict Loan Eligibility for a Finance company
Performed crucial data science steps from Hypothesis Generation, Data Preparation to Exploratory Data Analysis and Model Building
Achieved accuracy of 80% in loan eligibility prediction using Logistic Regression model
- Understanding Problem Statement
- Hypothesis Generation
- Getting the system ready and loading the data
- Understanding the data
- Exploratory Data Analysis (EDA)
- Univariate Analysis
- Bivariate Analysis
- Missing Value and Outlier Treatment
- Evaluation Metrics for classification problems
- Model Building Part-I
- Logistics regression using stratified k-folds cross validation
- Feature Engineering
- Model Building Part-II
- Logistic Regression
- Decision Tree
- Random Forest
- XGBoost