No account yet ?
A regression tree is a type of decision tree.
A regression tree uses sum of squares and regression analysis to predict target field values.
Predictions are based on combinations of values in input fields.
A regression tree calculates an average predicted value for each node in the tree.
This type of tree is generated when the target field is continuous.
Building a decision tree starts with the root node, which is all the rows in the data.
All nodes are split into child nodes until the sum of squares can no longer be improved or the number of rows of data corresponding to the node is too low.
The creation of a decision tree also stops if the number of nodes in the decision tree is too high.
Welcome, my name is Eric Soupet and I am the administrator of the site elodees.com. elodees.com is a state of the art of Artificial Intelligence and aims to be collaborative, you can now offer content such as articles, events, tutorials, ... so don't hesitate !
Platform images credit : Pixabay - Pixabay License | Pexels - Pexels License