Decision Trees

Build your own decision tree that tells venomous snakes from harmless ones. Then compare it with a tree a computer builds from the same data.

Decision Trees

Build a model that decides whether a snake is venomous.

Training data
20 documented snakes with known answers.
Sort by
Show as
Training data20 snakesThe material you build the model from.
Test data12 snakesSet aside and used only once the model is finished.
Press "Next split" to let the algorithm choose the question for the root node.
Accuracy as the tree grows
Training
Test
trainingtest (new data)○ = the tree's current depth
Concepts in this exercise