njtierney / broomstick

:evergreen_tree: broom helpers for decision tree methods (rpart, randomForest, and more!) :evergreen_tree:
http://broomstick.njtierney.com/
Other
28 stars 1 forks source link

Add random forest tidiers #1

Closed mdlincoln closed 6 years ago

mdlincoln commented 6 years ago

I'm happy to take point on this.

re: https://github.com/tidyverse/broom/pull/163

mdlincoln commented 6 years ago

@njtierney how do we feel about importing purrr? I can finish up the rf tidiers without it, but it would make for cleaner code.

(I would want to add tidyr to Imports for these functions, for gathering and nesting classwise importance columns)