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

kats require high version of numpy

Adair1990 opened this issue · comments

commented

could kats require low version of numpy? so it will not generate conflicts with other python packages. i want use kats in the pyspark platform but i conflict with the low version of pyarrow==0.14.0.thanks

Yes, Facebook Research KATS can require a low version of Numpy. The most recent version of KATS is tested with Numpy 1.19.x, which is a low version of Numpy. However, you will need to ensure that any other packages used with KATS are compatible with the same version of Numpy. Additionally, it is important to note that even with a low version of Numpy, there may still be conflicts with other Python packages.