microsoft / anomalydetector

SR-CNN
MIT License
257 stars 70 forks source link

difference from SR-CNN paper and ms Azure Anomaly Detector API #43

Open wwulfric opened 1 year ago

wwulfric commented 1 year ago

SrR-CNN need a window param(which is 1440 in KPI dataset), which enforce the input sequence length 1440 at least. How Azure Anomaly Detector API can handle ant length sequence?