imbs-hl / ranger

A Fast Implementation of Random Forests
http://imbs-hl.github.io/ranger/
770 stars 193 forks source link

Trees summary statistics: height, splits #707

Open jxu opened 9 months ago

jxu commented 9 months ago

There should be some functionality in ranger objects to show some tree summary statistics like tree height, number of splits, etc. treeInfo shows all the splits, but no easy way to get summary info.

mnwright commented 9 months ago

Yes, that would be nice. What else do we need? Could add this to print() or create something like summary() for ranger objects.

jxu commented 9 months ago

I like #699