facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.85k stars 530 forks source link

KeyError: 'overall_anomaly_score' #318

Open wxl112 opened 1 year ago

wxl112 commented 1 year ago

when I do a multivariatesanomalydetector to detect the abnormal value with multi time series data, it report the following error: KeyError: 'overall_anomaly_score' do I need complete the whole datat to make it without missing value?

yannmean commented 12 months ago

Bump this one, I encountered exactly the same error...