sktime icon indicating copy to clipboard operation
sktime copied to clipboard

[ENH] DOBIN transformer implementation

Open KatieBuc opened this issue 3 years ago • 0 comments

Distance based Outlier BasIs using Neighbors (DOBIN).

DOBIN is a pre-processing algorithm that constructs a set of basis vectors tailored for outlier detection as described by _[1]. DOBIN has a simple mathematical foundation and can be used as a dimension reduction tool for outlier detection tasks.

Currently (only) implemented in R.

Reference: [1] Kandanaarachchi, Sevvandi, and Rob J. Hyndman. "Dimension reduction for outlier detection using DOBIN." Journal of Computational and Graphical Statistics 30.1 (2021): 204-219.

Paper: https://robjhyndman.com/papers/dobin.pdf

Code to re-write: https://github.com/sevvandi/dobin/blob/master/R/dobin.R

KatieBuc avatar Sep 01 '22 06:09 KatieBuc