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']
System information
zoo.__version__): 0.11.2pyspark.__version__): 2.4.6Message
Hi
I'm exploring Chronos for time series. I've decided to use this example notebook to start.
When running
from zoo.chronos import forecasterI got the following error message:
When list of the attributes with
dir(zoo.chronos):I get data only.
['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'data']