solitude icon indicating copy to clipboard operation
solitude copied to clipboard

Interaction with Rfast package

Open tdietterich opened this issue 2 years ago • 0 comments

This isn't really a bug, but perhaps should be addressed in documentation. The Rfast package is incompatible with solitude. I loaded it after loading solitude and then tried to fit an isolation forest. I got a stack overflow during the process of computing the depth of terminal nodes. Rfast doesn't report any masking of existing functions. I couldn't figure out what the immediate cause was. But solitude worked fine for me after restarting without Rfast.

INFO [21:56:13.836] Building Isolation Forest ...
INFO [21:56:15.274] done INFO [21:56:15.277] Computing depth of terminal nodes ...
Error: node stack overflow Error during wrapup: node stack overflow Error: no more error handlers available (recursive errors?); invoking 'abort' restart

tdietterich avatar Feb 10 '22 05:02 tdietterich