mlforecast icon indicating copy to clipboard operation
mlforecast copied to clipboard

nb Forecast doens't run in latest pypi version

Open Gabrielcidral1 opened this issue 2 years ago • 1 comments

This nb doesn't work with latest pypi mlforecast version (installing via pip install mlforecast, version 0.2.0) https://github.com/Nixtla/mlforecast/blob/6ac01ec16e1da2d04ca8ea9e4d4a2ed173f7c534/nbs/forecast.ipynb

To make it work, I had to specifically pass the same package as in github: pip install git+https://github.com/Nixtla/mlforecast.git#egg=mlforecast

Gabrielcidral1 avatar Sep 28 '22 15:09 Gabrielcidral1

Hi. We've made some breaking changes in the dev version, we're going to make a release soon. In the meantime you can use the notebook from the v0.2.0 version as reference or install from github as you're currently doing.

jmoralez avatar Sep 29 '22 01:09 jmoralez

We've released v0.3.0 which should fix this, please let us know if the issue persists.

jmoralez avatar Nov 01 '22 02:11 jmoralez