Icon

01_​Example_​for_​Learning_​a_​Decision_​Tree

Decision Tree

After the data is partitioned into train and test set, a decision tree model is trained and applied.

Decision Tree A simple example using a decision tree learner and predictor to classify some shuttle data. For more background information on the dataset see" http://archive.ics.uci.edu/ml/datasets/Statlog+(Shuttle)
color by class
Color Manager
score results
Scorer (deprecated)
use decision tree to predict classes
Decision Tree Predictor
split training set from test data
Table Partitioner
append color to test data
Color Appender (deprecated)
build decision tree
Decision Tree Learner
read data
Table Reader (deprecated)

Nodes

Extensions

Links