Skip to content

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

Notifications You must be signed in to change notification settings

afafore1/RandomTreeLearner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages