Question: Using the training data set, create a C5.0 model (Model 1) to predict a customer's Response using Days since Purchase, # of Purchase Visits, and
Using the training data set, create a C5.0 model (Model 1) to predict a customer's Response using Days since Purchase, # of Purchase Visits, and Sales per Visit. Obtain the predicted responses.
> #build C5 model > C5v1 #obtain predictions > clothing_train$C5predict <- predict(object = C5v1, newdata = clothing_train)
Using rstudio
Show how to do this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
