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

cannot import name 'outcome_constraint_from_str' from 'ax.service.utils.instantiation' error #215

Closed saswatamukherjee14 closed 2 years ago

saswatamukherjee14 commented 2 years ago

'cannot import name 'outcome_constraint_from_str' from 'ax.service.utils.instantiation' issue popping up on Databricks Python at the following command - from 'kats.detectors.cusum_detection import CUSUMDetector'

iamxiaodong commented 2 years ago

This is due to a recent change on ax-platform library, see comment in anther thread, thanks. https://github.com/facebookresearch/Kats/issues/216#issuecomment-1067029938