Problem Analysis
This Case Study problem is basically a prediction problem and we have to use Supervised Learning Algorithms of Machine Learning . Here we are given some input data with some multiple inputs and a output and we have to predict the output. It is basically a classification problem of Supervised Learning where output is a categorical variable having discrete values(in our case Creditability is output variable with values 0 and 1)
Detect the customers to give give them loan or not.