Predicting with a decision tree
Here you see the decision tree learned from the brain dataset shown in the previous video. The tree predicts the expected intelligence (humans have an intelligence of 1) of several mammals, as a function of gestation time (in days) and average litter size for that species.
The leaf nodes show the expected brain size for the datums in that node, as well as how many (percentage-wise) of the datums fall into the node.
You want to predict the intelligence of a gorilla, which has a gestation time of 265 days and an average litter size of 1.
What relative brain size does this tree model predict?
Diese Übung ist Teil des Kurses
Supervised Learning in R: Regression
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
