Open erykml opened 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.
iForest
sklearn
Cheers!
There is an option for that: seed = 42
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 atsklearn
.Cheers!