mlforecast
mlforecast copied to clipboard
Unable to import Forecast from mlforecast
Description
Unable to import Forecast from mlforecast
Reproducible example
# code goes here
from mlforecast import Forecast
ImportError: cannot import name 'Forecast' from 'mlforecast' (/home//mambaforge/envs/dev/lib/python3.7/site-packages/mlforecast/__init__.py)
# Stacktrace
Environment info
python=3.7 pip installlation mlforecast
Package version: mlforecast=0.2.0
Additional information
Hi, thanks for raising this. We've made some breaking changes and haven't made a release yet, so most of what you'll see in GitHub and in the docs page isn't available on the PyPI package yet. If you want to try out the new functionalities you can install from github: pip install git+https://github.com/Nixtla/mlforecast or you can check the v0.2.0 tag as reference.
We've released v0.3.0 which should fix this, please let us know if the issue persists.