Closed hadjipantelis closed 5 years ago
Thank you for reporting the problem, and for using the package. I will tend to the documentation errors shortly, and report back to you. It appears that the ForestFloor package may be screening its arguments to have type 'randomForest' or 'train'. Rborist, however, creates objects of type 'Rborist'. I will reach out to ForestFloor's author to correct this and reallow 'Rborist' objects to be passed. Please also contact the author yourself, as this is not a problem solvable within the Rborist code. It would not be correct, for example, to attempt to remedy the problem by making class 'Rborist' be a subclass of 'randomForest'.
Hello @suiji, thank you for the quick reply. I will report the issue to the devs of forestFloor
too; I appreciate that such "inter-package" functionality can be brittle at times.
Changes to the documentation are now in the source tree. Thank you for providing the corrections.
We'll see what happens with ForestFloor support. I contacted the author directly, but so far have not heard anything.
Leaving this open for a while.
ForestFloorExport is deprecated in 0-2.0, replaced by a general-purpose Export utility.
Special-purpose enhancements of Export can be introduced at will, provide downstream packages publish a specification.
Hello, thank you for making
Rborist
, it is an extremely useful R-package. Unfortunately,ForestFloorExport
does not work. The documentation is also missing commas (,
) when indexing theiris
dataset and has some wrong capitalisation (ForestFloor
instead offorestFloor
).My
sessionInfo()
is as follows: