You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: