Icon

01_​Example_​for_​Learning_​a_​Decision_​Tree_​flights_​sample_​dataset

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 treelearner and predictor to classify someshuttle data. For more backgroundinformation on the dataset see" http://archive.ics.uci.edu/ml/datasets/Statlog+(Shuttle) Node 1color by classsplit training set from test dataappend color to test datause decision tree to predict classesbuild decision treeNode 15Node 16Node 17Node 18Node 19 File Reader Color Manager Partitioning Color Appender Decision TreePredictor DecisionTree Learner Rule Engine Column Filter Row Filter Scorer (JavaScript) CSV Writer Decision Tree A simple example using a decision treelearner and predictor to classify someshuttle data. For more backgroundinformation on the dataset see" http://archive.ics.uci.edu/ml/datasets/Statlog+(Shuttle) Node 1color by classsplit training set from test dataappend color to test datause decision tree to predict classesbuild decision treeNode 15Node 16Node 17Node 18Node 19 File Reader Color Manager Partitioning Color Appender Decision TreePredictor DecisionTree Learner Rule Engine Column Filter Row Filter Scorer (JavaScript) CSV Writer

Nodes

Extensions

Links