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

requires ax-platform and warning #295

Open Xyz723 opened 1 year ago

Xyz723 commented 1 year ago

I have two questions:

  1. about ax-platform I have installed ax-platform already. But when I run the notebook 'kats_202_detection' and import kats, there will be warnings like below.

image

I try to change the version of ax-platform, just like this saying #https://stackoverflow.com/questions/71460985/cannot-import-kats-python-library-importerror-cannot-import-name-outcome-con# But it didn't work.

  1. run sucessfully but raise warning I run sucessfully and find the change point, but it still raise warning 'No change points detected!'. I can't figure out why. image
vpopov777 commented 1 year ago

Facing the same problem