ndphillips / FFTrees

An R package to create and visualise fast-and-frugal decision trees (FFTs)
https://journal.sjdm.org/17/17217/jdm17217.pdf
135 stars 23 forks source link

Rename global options and make tree definition functions available to users #188

Closed hneth closed 1 year ago

hneth commented 1 year ago

This PR collects and renames some global options (regarding the handling of NA values, to improve consistency) and documents and exports some functions which get, convert (read vs. write), and collect FFT definitions (in the 1-line per tree and a tidy 1-line per node data format).