You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the sklearn's Isolation forest model, I can use the DecisionBoundaryDisplay function to plot for all 3 different response methods, e.g. 'predict' and 'decision_function', without any issues. Example is given here.
When using the sklearn's Isolation forest model, I can use the DecisionBoundaryDisplay function to plot for all 3 different response methods, e.g. 'predict' and 'decision_function', without any issues. Example is given here.
This is how I initialize the models.
However, if I use the IForest from PYOD and try to do the same, I get the error below
Is a different object returned entirely from IForest compared to sklearn's version? How would I plot the same plot in PYOD?
The text was updated successfully, but these errors were encountered: