intel-analytics / analytics-zoo

Distributed Tensorflow, Keras and PyTorch on Apache Spark/Flink & Ray
https://analytics-zoo.readthedocs.io/
Apache License 2.0
11 stars 3 forks source link

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

Open mbrhd opened 2 years ago

mbrhd commented 2 years ago

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']

shanyu-sys commented 2 years ago

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.