intel-analytics/analytics-zoo

Cannot import name 'forecaster' from 'zoo.chronos'

mbrhd opened this issue · 1 comments

mbrhd commented

System information

Message

Hi

I'm exploring Chronos for time series. I've decided to use this example notebook to start.

When running
from zoo.chronos import forecaster
I got the following error message:

ImportError: cannot import name 'forecaster'

When list of the attributes with dir(zoo.chronos):
I get data only.
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'data']

Hi, you might need to use the latest nightly-built zoo to try the notebook on master branch. You could upgrade zoo with
pip install --pre --upgrade analytics-zoo.

Besides, one reminder is that we have integrated the analytics-zoo project to BigDL, see https://github.com/intel-analytics/BigDL and doc. Since there won't be any new features added in analytics-zoo, we highly recommend you to switch to project BigDL for the latest update.