Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Let's look at an example, assuming we're using mean squared error as our loss. For example, if we make our first split based on whether
Let's look at an example, assuming we're using mean squared error as our loss. For example, if we make our first split based on whether or not mpg <= M, we'll have some average MSRP for the low-MPG cars (below M), along with residuals if we used that average to predict the MSRP for all the low-MPG cars. Similarly, we have the same information for the high-MPG cars (above M). A good value of M will make the mean squared residuals for the two groups as small as possible. So, at each node, we choose a split that makes the mean squared error on each side as small as possib
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