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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

requires ax-platform and warning

Xyz723 opened this issue · comments

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

Facing the same problem