isolationForest
is now a R6 class with
new(), fit() and predict() methods.terminalNodesDepth
function to obtain the
depth of terminal nodes of all trees in a ranger forest.Changed defaults to avoid bagging in extremely randomized trees (see https://stats.stackexchange.com/questions/406666/what-exactly-is-the-extratrees-option-in-ranger)
Using future_lapply
in favor of
furrr::furrr_map