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

Any Expected Release Date of the Production version? #1

Open
fcoppey opened this issue Nov 21, 2018 · 1 comment
Open

Any Expected Release Date of the Production version? #1

fcoppey opened this issue Nov 21, 2018 · 1 comment

Comments

@fcoppey
Copy link

fcoppey commented Nov 21, 2018

Hi,

I work on NIR spectra and I've been using your PyOD codes for my research in order to determine whether a new multivariate observation was similar enough to my known observations before allowing my quantification models to be applied on the new observation and it worked really great. now my dataset has become bigger and i have realized that i could only reach a good quantification with an ensemble models. I am also getting more and more false positives with using a unique KNN models for outliers detection. I am therefore wondering if the version you will provide here will help me gerenerate an ensemble predictor of one-class algorithms? or is it already possible to do so with the PyOD libraries?

Thank you very much for your amazing work. so helpful!

@yzhao062
Copy link
Owner

Thanks for the interest:)

The production version is going to be released in pyod (aiming for another week or two): https://github.com/yzhao062/pyod/tree/lscp_implementation

The improved version of DCSO is called LSCP (https://github.com/yzhao062/LSCP).

However, I would recommend using IForest or HBOS in pyod for high dimensional data for now. Have you tried it? I feel Isolation Forest might be a good case here. https://github.com/yzhao062/pyod/blob/master/pyod/models/iforest.py

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

No branches or pull requests

2 participants