luminol icon indicating copy to clipboard operation
luminol copied to clipboard

Regressing / smoothing input time-series based on anomalies

Open arun-nemani opened this issue 7 years ago • 0 comments

Is there a way to objectively regress / normalize discrete points in the original time-series (ts) based on the anomalies time series (spikes), which are essentially "weights". I basically want to use the anomaly detector as a smoothing mask. Does this exist currently?

detector = anomaly_detector.AnomalyDetector(ts) spikes = detector.get_all_scores().values

arun-nemani avatar Oct 22 '18 17:10 arun-nemani