chickenbestlover / RNN-Time-series-Anomaly-Detection

RNN based Time-series Anomaly detector model implemented in Pytorch.
Apache License 2.0
1.2k stars 318 forks source link

How to improve the recall #3

Closed chi2liu closed 5 years ago

chi2liu commented 6 years ago

The predicting results are generally good. But we can see that the prediction can not fit good on the lowest value. Can we imporve it? how many ways that we can do to improve the recall? can u Give me a little hint? or we can discuss about it? thanks a lot.

chickenbestlover commented 5 years ago

Nowadays reconstruction models are more popular than prediction models in deep learning based time-series anomaly detection. See #9