MSRDL / Deep4Cast

Probabilistic Multivariate Time Series Forecast using Deep Learning
BSD 3-Clause "New" or "Revised" License
94 stars 22 forks source link

Added evaluation metric #42

Closed satyanshukla closed 6 years ago

satyanshukla commented 6 years ago

I have added functions to calculate average precision score and intersection over union.

satyanshukla commented 6 years ago

I have created a new script for evaluation and made those changes you asked for. Let me know if we need to add something more.

zer0n commented 6 years ago

@satyanshukla , I've just factored anomaly detection out of Deep4Cast. It's now here: https://github.com/msrdl/tsa

Could you please update and resend your PR to that new repository? Thanks.