Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Query] Is the isolation forest model for outlier detection supported now? #72

Open
momo1986 opened this issue Apr 29, 2020 · 1 comment

Comments

@momo1986
Copy link

Hello, dear guys!

I have an isolation forest model in Python trained.

Sklearn isolation forest model and pyod isolation forest built on sklearn can both work for me.

https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html?highlight=isolation%20forest#sklearn.ensemble.IsolationForest
https://github.com/yzhao062/pyod/blob/master/pyod/models/iforest.py

I want to deploy it in Android platform, thus, I want to run it in Java.

In you documentation README.md, I have not seen the isolation forest declared.

Is such type sklearn model supported now?

Thanks & Regards!

@nok
Copy link
Owner

nok commented May 16, 2022

Hello @momo1986 ,

thanks four your hint and question. Until now I don't know this kind of forest algorithm. But I will test whether the computations of inferences are the same. If so I can easily add it. If not I have to dig deeper to understand the differences.

Kind regards,
Darius

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants