sktime / skpro

A unified framework for tabular probabilistic regression, time-to-event prediction, and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
250 stars 46 forks source link

[ENH] outlier detection based on probabilitsic regressors #390

Open fkiraly opened 5 months ago

fkiraly commented 5 months ago

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:

The above being applied to conditional or unconditional distribution estimates.