bakaburg1/tidytrees: Convert Regression/Classification Trees Into Tidy Tibbles

Regression and classification trees (e.g. from packages like `partykit` or `rpart`) are a very powerful set of statistical learning algorithms. Nevertheless each tree package has its own way of representing and storing the trees, usually as a nested recursive list with attributes. This makes it very hard to interact with them. This package provides an interface to convert tree objects from various packages into a "tidy" data frame, with a row for each node showing its defining set of rules and its characteristics.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.2.3
URL https://github.com/bakaburg1/tidytrees
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bakaburg1/tidytrees")
bakaburg1/tidytrees documentation built on Dec. 19, 2021, 6:40 a.m.