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

[ENH] outlier detection based on probabilitsic regressors #390

Open
fkiraly opened this issue Jun 15, 2024 · 0 comments
Open

[ENH] outlier detection based on probabilitsic regressors #390

fkiraly opened this issue Jun 15, 2024 · 0 comments
Labels
enhancement feature request New feature or request implementing algorithms Implementing algorithms, estimators, objects native to skpro

Comments

@fkiraly
Copy link
Collaborator

fkiraly commented Jun 15, 2024

There are a few reduction strategies from outlier or anomaly detection to probabilistic regression.

We could support these in skpro, with a pyod compatible interface. This would in turn allow to use the resulting pyod compatible estimators in sktime anomaly and changepoint detectors.

Reducers we could implement:

  • quantile based: outlier is extremity of predictive quantile
  • density based: outlier is log-pdf of observed value
  • loss based: outlier is predictive loss
    • the above two can be seen as special cases, for log-loss or constraint violation

The above being applied to conditional or unconditional distribution estimates.

@fkiraly fkiraly added enhancement implementing algorithms Implementing algorithms, estimators, objects native to skpro feature request New feature or request labels Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement feature request New feature or request implementing algorithms Implementing algorithms, estimators, objects native to skpro
Projects
None yet
Development

No branches or pull requests

1 participant