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 liability 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.xls contains data on 100 customers. The data include customer demographic information (age, income, etc.), the customer’s relationship with the bank (mortgage, securities account, etc.), and the customer response to the last personal loan campaign (Personal Loan). Among these 100 customers, only 35 (= 35%) accepted the personal loan that was offered to them in the earlier campaign
Your task is to:
1. Build K NN classifier models using UniversalBankTrainingData.csv file and perform the necessary data cleaning and feature selection processes. Consider k = 1…10, determine which model must be adopted to be used in the bank’s website. For each of these models you need to:
A. Save the model file
B. Screenshot the Weka classify window.
2. Consider the following new customers:
ID=101, Age=48, Experience=23, Income=114, ZIP code=94710, Family=2, CCAvg=3.8, Education 1=0, Education 2=0, Education 3=1, Mortgage=0, Securities Account=1, CD Account=0, Online=0, and Credit Card=0.
ID=102, Age=25, Experience=-1, Income=113, Family=4, CCAvg=2.3, Education 1=0, Education 2=0, Education 3=1, Mortgage=0, Securities Account=0, CD Account=0, Online=0 and Credit Card=1.
You need to:
C. Create a “UniversalBankNewData.csv” file that includes new customers’ data.
D. How would these customers be classified using the model adopted by the bank’s website?
E. Screenshot the Weka classify window.
Note: Specify the success class as 1 (loan acceptance) and use the default cutoff value of 0.5
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme