Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 882 Bytes

File metadata and controls

16 lines (13 loc) · 882 Bytes

Loan-Decision-Data-Science-Case-Study

A complete end to end case study for Loan Decision dataset in Python.

The data set comprises of parameters such as Gender, Applicant Income, Coapplicant Income, Credit History etc. The goal was to conduct an end to end analysis and to form a Machine learning model to predict Loan Decision status for various applicants.

The data was thoroughly explored and imputed where needed. Unnecessary features were dropped. Finally complete tuning and model creation was performed for the following model types:

  1. Naive Bayes
  2. Logistic Regression
  3. Gradient Boosting Classifier
  4. Random Forest Classifier
  5. Support Vector Machine (SVC)

Along with complete classification performance report and visualisations for which parameters were relatively more important for the same. COMPLETE CASE STUDY IS AVAILABLE AS A PYTHON NOTEBOOK (task.ipynb)