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

ImportError: cannot import name '_mul_broadcast_shape' from 'gpytorch.utils.broadcasting' (/usr/local/lib/python3.8/dist-packages/gpytorch/utils/broadcasting.py) #289

Closed abcd-arl closed 1 year ago

abcd-arl commented 1 year ago

This happens when running from kats.models.metalearner.get_metadata import GetMetaData from Google Colab.

awecx commented 1 year ago

Downgrading gpytorch to 1.8.0 solved the issue for me.

JeremyWhittaker commented 1 year ago

Thanks!