Question: Use set.seed ( 6 7 5 1 3 4 2 ) and split the credit card default data set into training and validation sets using
Use set.seed and split the credit card default data set into training and validation sets using and split, respectively. How many rows are in the original data set, the training set, and the validation set?
Use set.seed and create a classification decision tree for the default variable using missed payment, credit utilization, and assets as predictors. Include the costcomplexity cp table.
Plot the validation error against the costcomplexity parameter cp What is an appropriate cp value to use in pruning the tree?
Use set.seed and prune the tree using the appropriate cp value and include the plot of the resulting decision tree. IN R
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
