7.2 Personal Loan Acceptance. Universal Bank is a relatively young bank growing rapidly in terms of overall customer acquisition. The majority of these customers are liability customers (depositors) with varying sizes of relationship with the bank> The customer base of asset customers (borrowers) is quite small, and the bank is interested in expanding this base rapidly to bring in more loan business. In particular, it wants to explore ways of converting its lability customers to personal loan customers (while retaining them as depositors). A campaign that the bank ran last year for liability customers showed a healthy conversion rate of over 9% success. This has encouraged the retail marketing department to devise smarter campaigns with better target marketing. The goal is to use k-NN to predict whether a new customer will accept a loan offer. This will serve as the basis for the design of a new campaign. The file UniversalBank.jmp contains data on 5000 customers. The data include customer demographic information (age, income,etc.) The customer’s relationship wit the bank (mortgage, securities account, etc.), the customer’s relationship with the ban (mortgage, securities account, etc.), and the customer response to the last personal loan campaign (Personal Loan). Among these 5000 customers, only 480 (=9.6%) accepted the personal loan that was offered to them in the earlier campaign. Partition the data into training (60%) and validation (40%) sets. a. Consider the following customer: Age= 40, Experience= 10, Income= 84, Family =2, CCAvg=2, Education =2, Mortgage =0, Securities Account =0, CD Account= 0, Online=1, and Credit Card =1. Perform a k-NN classification with all predictors except ID and ZIP code using k=10. How would this customer be classified? (Note: This Analysis may take a few minutes. b. What is a choice of k that balances between and ignoring the predictor information? c. Show the classification matrix for the validation that results from using best k. d. the following customer: Age =40, Experience=10, Income =84, Family=2, CCAvg=2, Education=2, Mortgage=0, Securities Account=0, CD Account =0, Online=1 and Credit Card=1. Classify the customer using the best k. e. Repartition the data this time into training, validation, and test sets (50% : 30% :20%). Appl the k-NN method with the k chosen above. Compare the classification matrix of the test set with that of the training and validation sets. Comment on the differences and their reason. Please be detailed in the steps I need to take to do this on JMP Pro.
Get Answers For Free
Most questions answered within 1 hours.