Isolation Forest height limit absent in SkLearn implementation
In the original publication of the Isolation Forest algorithm, the authors mention a height limit parameter to control the granularity of the algorithm. I did not find that explicit parameter on the Sklearn implementation of the algorithm, and I was wondering whether it is possible to control granularity in some other way?
Topic decision-trees outlier scikit-learn
Category Data Science