diversityForest: Innovative Complex Split Procedures in Random Forests Through Candidate Split Sampling

Implements interaction forests [1], which are specific diversity forests and the basic form of diversity forests that uses univariable, binary splitting [2]. Interaction forests (IFs) are ensembles of decision trees that model quantitative and qualitative interaction effects using bivariable splitting. IFs come with the Effect Importance Measure (EIM), which can be used to identify variable pairs that feature quantitative and qualitative interaction effects with high predictive relevance. IFs and EIM focus on well interpretable forms of interactions. The package also offers plot functions for visualising the estimated forms of interaction effects. Categorical, metric, and survival outcomes are supported. This is a fork of the R package 'ranger' (main author: Marvin N. Wright) that implements random forests using an efficient C++ implementation. References: [1] Hornung, R. & Boulesteix, A.-L. (2022) Interaction Forests: Identifying and exploiting interpretable quantitative and qualitative interaction effects. Computational Statistics & Data Analysis 171:107460, <doi:10.1016/j.csda.2022.107460>. [2] Hornung, R. (2022) Diversity forests: Using split sampling to enable innovative complex split procedures in random forests. SN Computer Science 3(2):1, <doi:10.1007/s42979-021-00920-1>.

Version: 0.4.0
Depends: R (≥ 3.5)
Imports: Rcpp (≥ 0.11.2), Matrix, ggplot2, ggpubr, scales, nnet, sgeostat, rms, MapGAM, gam, rlang, grDevices, RColorBrewer, RcppEigen, survival
LinkingTo: Rcpp, RcppEigen
Suggests: testthat, BOLTSSIRR
Published: 2023-03-08
Author: Roman Hornung [aut, cre], Marvin N. Wright [ctb, cph]
Maintainer: Roman Hornung <hornung at ibe.med.uni-muenchen.de>
License: GPL-3
NeedsCompilation: yes
SystemRequirements: C++17
Additional_repositories: https://romanhornung.github.io/drat
Materials: NEWS
CRAN checks: diversityForest results

Documentation:

Reference manual: diversityForest.pdf

Downloads:

Package source: diversityForest_0.4.0.tar.gz
Windows binaries: r-devel: diversityForest_0.4.0.zip, r-release: diversityForest_0.4.0.zip, r-oldrel: diversityForest_0.4.0.zip
macOS binaries: r-release (arm64): diversityForest_0.4.0.tgz, r-oldrel (arm64): diversityForest_0.4.0.tgz, r-release (x86_64): diversityForest_0.4.0.tgz
Old sources: diversityForest archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=diversityForest to link to this page.