FFTrees
A package to create and visualize fast and frugal decision trees (FFTrees)
Package updates
1.1.4
- Bug-fixes
- Plotting no longer fails when there is only one branch in the tree.
- Changed
which.treeargument inplot.FFTrees()totreeto conform to blog posts. predict.FFTrees()now works better withtibbleinputs.
- Changed the
fftlabel toFFTreesthroughout the package to avoid confusion with fast fourier transform. Thus, the main tree building function is nowFFTrees()and the new tree object class isFFTrees