david-cortes / isotree

(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
https://isotree.readthedocs.io
BSD 2-Clause "Simplified" License
186 stars 38 forks source link

De-serialized Tree estimators in R #28

Closed oabhitej closed 3 years ago

oabhitej commented 3 years ago

Is there a way to get de-serialized tree estimators after we build the model? To be precise, the model object in cppobj$serialized is not in a readable format, is there a way to look at each tree built by the algorithm? I'm looking for something similar to model.estimators (python - sklearn isolation forest) equivalent in R

david-cortes commented 3 years ago

isotree.to.sql