Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 496 Bytes

File metadata and controls

7 lines (5 loc) · 496 Bytes

RandomTreeLearner

Given a set of data, the random tree learner generates a tree in which it uses to predict the output of other similar data.

A graphical representation of what the tree should look like represenation of tree

The tree is built with a selection of the data provided and then a query is ran on the rest of the data which is then graded to test how well it predicts the answer.