Python’s sklearn library was used for the standard Isolation Forest implementation. The gridsearch library from sklearn was used for the parameter tuning. There was no library for the extended IF implementation, as it is a relatively new technique and still in its experimental stage. We used ...