Dataset: Loan_train.csv and Loan_test.csv files are directly downloaded from the links mentioned in the cells of notebook.
- Data Cleaning.
- Feature Extraction and Feature Selection.
- Converting Categorical to Numerical Values.
- One Hot Encoding.
- Normalization.
- Train-Test Split.
- Model Prediction(Loan Case is paid off or not).
- Results(Evaluation Metrics).
Classifier Models Built are:
- k-Nearest Neighbour.
- Decision Tree.
- Support Vector Machine.
- Logistic Regression.
Evaluation Metrics used are:
- Jaccard Index.
- F1-score.
- Logloss.