INRODUCTION:
This project aims to predict if a particular request for loan approval be approved or not. It uses various variables to determine it like education,income ,dependents of the person applying for loan and many other parameters.
ACNOWLEDGEMENT
The datset I have chosen is from kaggle and the link to the same is given in the code
Process for model building:
Importing dataset and all the important libraries Understanding the data Cleaning and pre-processing the data Splitting the data into train and test data Compiling and training the model Evaluating its performance