Skip to content

FFTrees v1.7.5

Compare
Choose a tag to compare
@hneth hneth released this 15 Sep 09:30
· 1241 commits to master since this release
60a758d

FFTrees version 1.7.5 was released on CRAN [on 2022-09-15].

This version contains mostly bug fixes, but also improves and revises existing functionality.

Changes since last release:

Major changes

  • Added distinctions between FFTs that "decide" vs. "predict" by using corresponding labels in plots and verbal descriptions.

  • Improved plotting and printing FFTs (with plot.FFTrees() and print.FFTrees()):

    • Added new plotting options (e.g., what = 'all' vs. what = 'tree' and what = 'icontree').
    • Added distinction in header of icon guide between FFTs that "decide" (for training data) vs. "predict" (for test data).
    • Enabled applying a tree to new test data when providing a data frame as data.
    • Enabled passing some graphical parameters (e.g., col, font, adj) to text of panel titles.
    • Return an invisible FFTrees object x (to allow re-assigning to global x when using new test data).

Minor changes

  • Added wacc to measures computed for competing algorithms.

  • Plotting with plot.FFTrees():

    • Adjusted space for title to width of main argument.
    • Deprecated stats argument.
    • Moved utility functions to helper_plot.R.

Details

  • Revised documentation and vignettes.
  • Renamed internal functions and variables.

The current development version of FFTrees is available at https://github.com/ndphillips/FFTrees.