Regression Tree

A regression tree is a type of decision tree used when the target attribute is continuous (not categorical). Instead of classifying into categories, the goal is to predict a real number (like marks, salary, temperature, etc.).

Algorithm:

Given Attributes:

  • Input: Assessment, Assignment, Project
  • Target: Result (in %)

Note: The rest of regression tree construction can be done as an exercise.………!!!

Leave a Reply

Your email address will not be published. Required fields are marked *