Question: Suppose that our target variable is continuous numeric. Can we apply decision trees directly to classify it? How can we work around this?
Suppose that our target variable is continuous numeric. Can we apply decision trees directly to classify it? How can we work around this?
Step by Step Solution
3.40 Rating (147 Votes )
There are 3 Steps involved in it
Decision trees are primarily used for classification tasks where the target variable is categorical However it is also possible to adapt decision trees for regression tasks with a continuous numeric target variable This adaptation is known as Regression Trees or Decision Tree Regression In decision tree ... View full answer
Get step-by-step solutions from verified subject matter experts
