sahandha / eif

Extended Isolation Forest for Anomaly Detection
Other
448 stars 119 forks source link

Enhancement: Setting random state to the models #7

Open erykml opened 5 years ago

erykml commented 5 years ago

Hi,

First of all awesome job with the paper and library!

I believe a really nice (and relatively easy afaik) enhancement would be to implement random state as an input parameter for the iForest function, analogically to the one present at sklearn.

Cheers!

log69 commented 4 years ago

There is an option for that: seed = 42