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.89k stars 536 forks source link

Error while importing CUSUM Detector from Kats #214

Closed 40003552 closed 2 years ago

40003552 commented 2 years ago

While trying to import the CUSUM Detector using the command - 'from kats.detectors.cusum_detection import CUSUMDetector', I am getting the following error message:

cannot import name 'outcome_constraint_from_str' from 'ax.service.utils.instantiation'

iamxiaodong commented 2 years ago

Please see the comment in https://github.com/facebookresearch/Kats/issues/216#issuecomment-1067029938 Thanks!