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

Wrong documentation at PyPI #45

Closed
cmcouto-silva opened this issue Aug 25, 2022 · 3 comments
Closed

Wrong documentation at PyPI #45

cmcouto-silva opened this issue Aug 25, 2022 · 3 comments

Comments

@cmcouto-silva
Copy link

cmcouto-silva commented Aug 25, 2022

Kindly update the example in the "How to use" section at the PyPI website, as well as the link to the Colab Notebook.

I've been stuck in that non-working example, but here in the repo, I found the correct one. You have developed a fantastic package, but folks like me who first face the PyPI documentation might find it not working while it is (with updated code).

The main issue I found at PyPI is using auto_arima and naive instead of AutoARIMA and Naive.

Thanks for your contribution =D

@cmcouto-silva cmcouto-silva changed the title Wrong docummentation at PyPI Wrong documentation at PyPI Aug 25, 2022
@AzulGarza
Copy link
Member

Hi @cmcouto-silva! :)

Thanks for reporting the issue. We haven't released a new version on pypi, but you can find the documentation with the updated code here: https://nixtla.github.io/hierarchicalforecast/.

@cmcouto-silva
Copy link
Author

The last PyPI library version is 0.0.6 and it already doesn't have auto_arima and naive. I installed the library using pip and I couldn't use the PyPI example, but I could use it successfully with the updated code you posted. Thanks for the quick response.

@AzulGarza
Copy link
Member

The new release (https://pypi.org/project/hierarchicalforecast/) includes the new syntax of StatsForecast. :)

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