medic / chic-ts-outlierdetect

Time series anomaly detection module
Apache License 2.0
1 stars 1 forks source link

Add a method that checks if new data is anomolous #7

Closed amrdixon closed 2 years ago

amrdixon commented 2 years ago

In order to be an effective alerting system, it would be nice if the the TimeSeriesUnivariateModel class had a is_new_data_anamolous() method to quickly return if the most recent data point should send an alarm.

amrdixon commented 2 years ago

Decided to close this issue for now.