Question
Please use R Studio Direct Mailing to Airline Customers. East-West Airlines has entered into a partnership with the wireless phone company Telcon to sell the
Please use R Studio
Direct Mailing to Airline Customers.East-West Airlines has entered into a partnership with the wireless phone company Telcon to sell the latter's service via direct mail. The fileEastWestAirlinesNN.csvcontains a subset of a data sample of who has already received a test offer. About 13% accepted.
You are asked to develop a model to classify East-West customers as to whether they purchase a wireless phone service contract (outcome variable Phone_Sale). This model will be used to classify additional customers.
- Run a neural net model on these data, using a single hidden layer with 5 nodes. Remember to first convert categorical variables into dummies and scale numerical predictor variables to a 0-1 (use functionpreprocess()with method="range"). Generate a deciles-wise lift chart for the training and validation sets. Interpret the meaning (in business terms) of the leftmost bar of the validation decile- wise lift chart.
- Comment on the difference between the training and validation lift charts.
- Run a second neural net model on the data, this time setting the number of hidden nodes to 1. Comment now on the difference between this model and the model you ran earlier, and how overfitting might have affected results.
- What sort of information, if any, is provided about the effects of the various variables?
the file can be found at : https://drive.google.com/drive/folders/1WGJVN0EVrGqf539FpT8K8zdFsJGcwk3a?usp=sharing
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started