This Repository contains Loan Prediction Model
This project is about loan prediction where we will predict whether the customer should be given loan or not.
Here I have used Machine Learning models to predicting the our target variable i.e. Loan Status column.
The train dataset contains many null or nan values for many columns, so i have done the preprocessing steps in my project model notebook. I have also map our categorical columns also into integer as require by our machine learning algorithms.
Software Required :-
- Anaconda
- Python(3.6 or higher)
- Jupyter Notebook
Libraries Used :-
- Numpy
- Pandas
- Matplotlib
- Support Vector Machines(SVM)
- Logistic Regression
- K Nearest Neighbour(KNN)
- Decision Tree
The 2 best algorithms which do best on this type of problem is Support Vector Machines and K Nearest Neighbour
For Support Vector Machines the Classification Report is given below:-
For K Nearest Neighbour the Classification is:-