Predicting Software Reselling Profits. Tayko Software is a software catalog firm that sells games and educational software.

Question:

Predicting Software Reselling Profits. Tayko Software is a software catalog firm that sells games and educational software. It started out as a software manufacturer and then added third-party titles to its offerings. It recently revised its collection of items in a new catalog, which it mailed out to its customers. This mailing yielded 2000 purchases. Based on these data, Tayko wants to devise a model for predicting the spending amount that a purchasing customer will yield. The file Tayko.csv contains information on 2000 purchases. Table 6 .4 describes the attributes to be used in the problem (the data file contains additional attributes).

image text in transcribed

a. Explore the spending amount by creating a pivot table for the categorical attributes and computing the average and standard deviation of spending in each category. (Hint: Consider using the Turbo Prep view.)

b. Explore the relationship between spending and each of the two continuous predictors by creating two scatterplots (Spending vs. Freq, and Spending vs. last_update_days_ago). Does there seem to be a linear relationship?

c. To fit a predictive model for Spending:
i. Partition the 2000 records into training and holdout sets.
ii. Run a multiple linear regression model for Spending vs. all six predictors. Give the estimated predictive equation.
iii. Based on this model, what type of purchaser is most likely to spend a large amount of money?
iv. If we used backward elimination to reduce the number of predictors, which predictor would be dropped first from the model?
v. Show how the prediction and the prediction error are computed for the first purchase in the holdout set.
vi. Evaluate the predictive accuracy of the model by examining its performance on the holdout set.
vii. Create a histogram of the model residuals. Do they appear to follow a normal distribution? How does this affect the predictive performance of the model?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Machine Learning For Business Analytics

ISBN: 9781119828792

1st Edition

Authors: Galit Shmueli, Peter C. Bruce, Amit V. Deokar, Nitin R. Patel

Question Posted: