Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbrhd opened this issue Feb 7, 2022 · 1 comment
Open

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

mbrhd opened this issue Feb 7, 2022 · 1 comment

Comments

@mbrhd
Copy link

mbrhd commented Feb 7, 2022

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
Copy link
Contributor

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.

@liu-shaojun liu-shaojun transferred this issue from intel-analytics/BigDL-2.x Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants