Package: diversityForest 0.4.0
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>.
Authors:
diversityForest_0.4.0.tar.gz
diversityForest_0.4.0.zip(r-4.5)diversityForest_0.4.0.zip(r-4.4)
diversityForest_0.4.0.tgz(r-4.4-x86_64)diversityForest_0.4.0.tgz(r-4.4-arm64)
diversityForest_0.4.0.tar.gz(r-4.5-noble)diversityForest_0.4.0.tar.gz(r-4.4-noble)
diversityForest_0.4.0.tgz(r-4.4-emscripten)
diversityForest.pdf |diversityForest.html✨
diversityForest/json (API)
NEWS
# Install 'diversityForest' in R: |
install.packages('diversityForest', repos = c('https://romanhornung.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/romanhornung/diversityforest/issues
Last updated 2 years agofrom:2d1c7273f1. Checks:OK: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-aarch64 | OK | Nov 06 2024 |
Exports:divforimportanceinteractionforplotEffectsplotPairtunedivfor
Dependencies:abindbackportsbase64encbootbroombslibcachemcarcarDatacheckmateclassclassIntcliclustercodetoolscolorspacecorrplotcowplotcpp11data.tableDBIDerivdigestdoBydplyre1071evaluatefansifarverfastmapfontawesomeforeachforeignFormulafsgamgenericsggplot2ggpubrggrepelggsciggsignifgluegridExtragtablehighrHmischtmlTablehtmltoolshtmlwidgetsisobanditeratorsjquerylibjsonliteKernSmoothknitrlabelinglatticelifecyclelme4magrittrMapGAMMASSMatrixMatrixModelsmemoisemgcvmicrobenchmarkmimeminqamodelrmultcompmunsellmvtnormnlmenloptrnnetnumDerivpbkrtestPBSmappingpillarpkgconfigpolsplinepolynomproxypurrrquantregR6rappdirsRColorBrewerRcppRcppEigenrlangrmarkdownrmsrpartrstatixrstudioapis2sandwichsassscalessfsgeostatspSparseMstringistringrsurvivalTH.datatibbletidyrtidyselecttinytexunitsutf8vctrsviridisviridisLitewithrwkxfunyamlzoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Diversity Forests | diversityForest-package diversityForest |
Construct a basic diversity forest prediction rule that uses univariable, binary splitting. | divfor |
Diversity Forest variable importance | importance importance.divfor |
Construct an interaction forest prediction rule and calculate EIM values as described in Hornung & Boulesteix (2022). | interactionfor |
Plot method for 'interactionfor' objects | plot.interactionfor |
Interaction forest plots: exploring interaction forest results through visualisation | plotEffects |
Plot of the (estimated) simultaneous influence of two variables | plotPair |
Diversity Forest prediction | predict.divfor |
Interaction Forest prediction | predict.interactionfor |
Data on stock prices of aerospace companies | stock |
Optimization of the values of the tuning parameters 'nsplits' and 'proptry' | tunedivfor |
Data on biological species | zoo |