Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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