Skip to content

Representative trees from ensembles

Notifications You must be signed in to change notification settings

richpauloo/reprtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repo was cloned from araastat/reprtree, in order to develop functionality in adding color to variable names in tree plots extracted from randomForest objects.


reprtree is a package to implement the concept of representative trees from ensembles of tree-based machines introduced by Banerjee, et al, 2012.

reprtree currently implements the d2 metric (closeness based on prediction) from Banerjee, et al, using either euclidean distance (for numeric predictions) or the percentage mismatch (for multi-class classification). The package implements representative trees for random forests currently, and will be extended to bagged trees.

Plotting representative trees is based on the tree and plotrix packages. Other nicer visualizations will be developed.

Reference: Banerjee M., Ding Y., Noone A.M (2012). Identifying Representative Trees from Ensembles. Statistics in Medicine.

About

Representative trees from ensembles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%