Loan Approval Classification
Project is a Part of Hackathon by Analytics Vidhya.
Data Sets : Train and Test Files from Analytics Vidhya Hackathon.
-
Education : High Level of Education - High Chance of Loan Approval
-
Income of Applicant : High Income - High Chance of Loan Approval
-
Loan Amount : Low Loan Amount - High Chance of Loan Approval
-
Loan Term : Short Loan Term - High Chance of Loan Approval
-
Credit History : Good Credit Score - High Chance of Loan Approval
-
Exploratory Data Analysis
-
Data Visualization
-
Data Preprocessing
-
Data Modelling and Evaluation
-
Conclusion
-
Logistic Regression
-
Decision Tree Classifier
-
Random Forest Classifier
-
XGBOOST Classifier
-
Stratified K Fold
-
Grid Search Cross Validation
-
Confusion Matrix
-
ROC AUC Curve
-
Classification Report
-
Univariate Analysis
-
Bivariate Analysis
-
Visualizations
-
Handling Missing Values
-
Outlier Treatment
-
Transformation
-
Feature Engineering and Dimensionality Reduction
-
Tuning Hyperparameters
-
Feature Importance
-
Improving Model
This Project is a Good Combination of Almost Every Important Concepts in Machine Learning.
Covering Every Aspects of Creating a Good Model.
- Decision Tree
- Random Forest