Isolation Forest#

class oats.models.distance.iforest.IsolationForestModel(window=10, **kwargs)[source]#

Bases: PyODModel

fit(train_data: ndarray[Any, dtype[Any]], **kwargs)#
get_scores(test_data: ndarray[Any, dtype[Any]], normalize=False)#