sorhawell / forestFloor

R package to visualize mapping structures of random forests with feature contributions
http://forestFloor.dk
GNU General Public License v2.0
42 stars 6 forks source link

forestFloor development

forestFloor is no longer listed on CRAN, as I have been too lazy to fix build warnings on some exotic issues. However, the package works fine for the latest R (+4.x.x).

install instructions

#use devtools to locate rtools and install forestFloor from github
install.packages("devtools")

#for windows
#make sure rtools is installed on your machine
#https://cran.r-project.org/bin/windows/Rtools/
devtools::find_rtools()

#for mac xcode and Xquartz must be installed to support rgl 3D-package

#For linux a gcc or clang compiler must be available

#then this will work
devtools::install_github("sorhawell/forestFloor")

library(forestFloor)

?forestFloor
1.11.1

Experimental support for caret, see last example at help(forestFloor) Complain here: https://github.com/sorhawell/forestFloor/issues/27

1.10.2

Bug fix in show3d when plotting factors. Conversion of factors to numbers could fail. Bug fix intended plot main titles generated by plot.forestFloor_regression have been missing in the last couple of patches. New documentation for fcol

1.10.1

Bug fix of how importance is extracted from randomForest object to forestFloor object, see issue#21 on github. From now on forestFloor package depends on extractor function randomForest::importance. Arguments can be passed to importance, see forestFloor help file under ... arguments.

1.9.5

Features:

1.9.4

Features:

Bug-fix:

1.9.3

Features:

Bug-fix:

1.9.0-1.9.1

Misc:

1.8.9

1.8.7-1.8.8: