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

fix package name in documentation #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This allows to train models using Alkaline-ml's excellent `auto arima implementa

.. code-block:: console

$ pip install scikit-hts[auto-arima]
$ pip install scikit-hts[auto_arima]



Expand Down Expand Up @@ -100,4 +100,4 @@ Once you have a copy of the source, you can install it with:
.. _Github repo: https://github.com/carlomazzaferro/scikit-hts
.. _tarball: https://github.com/carlomazzaferro/scikit-hts/tarball/master
.. _auto arima implementation: https://github.com/alkaline-ml/pmdarima
.. _Prophet: https://facebook.github.io/prophet/
.. _Prophet: https://facebook.github.io/prophet/