Sklearn IsolementForest

from sklearn.ensemble import IsolationForesti
forest = IsolationForest(n_estimators = 100).fit(df)
Xanthous Xenomorph