sahandha / eif

Extended Isolation Forest for Anomaly Detection
Other
445 stars 117 forks source link

Tree visualization problem +possible suggestion #26

Open zouaghiyassine opened 3 years ago

zouaghiyassine commented 3 years ago

Hi,

I was experimenting with this package for the last couple of days and I am liking it a lot!

I am at a point where I would like to visualize the trees or at least know the paths taken to isolate anomalies but I couldn't figure out a way to see explicitly which features are used for exclusion. The methods shown in EIF.ipynb don't seem to show explicitly the features and the ones in TreeVisualization.ipynb didn't seem to work on the new version of eif. Am I missing something or there actually is no way of knowing which features help finding anomalies?

Cheers!