Answered step by step
Verified Expert Solution
Question
1 Approved Answer
FILE: credit _ data.xlsX Create a Regression Decision Tree to predict the Numeric target variable Age Use the first 8 0 0 records for the
FILE: creditdata.xlsX
Create a Regression Decision Tree to predict the Numeric target variable Age
Use the first records for the training data, and the last records for the evaluation data, as shown below:
trainingData creditdatac:
evaluationData creditdatac:
Review the R Code Essential Steps for a Numeric Regression decision tree from question # above.
Modify the code as necessary to do the following:
Create the decision tree model from the creditdata trainingData
Use the decision tree model to make predictions about the creditdata evaluationData
Statistically evaluate how "close" the model's numeric predictions are to the actual creditdata evaluationData
Use the accuracy function when you statistically evaluate how close the predicted Age values were to the actual Age
values. The Accuracy command will display a number of values as shown below. The RMSE value is NOT shown below.
MAE
MPE
MAPE
Test set
What is the RMSE value?
Include decimal places in your answer.
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