From 653b5b0f54f07e0c0c9b16df75b966a51d30368c Mon Sep 17 00:00:00 2001 From: Andrew Kittredge Date: Tue, 9 Nov 2021 15:34:18 -0500 Subject: [PATCH] Fix package name I think the package is auto_arima --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index e8b0e70..33e6759 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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] @@ -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/ \ No newline at end of file +.. _Prophet: https://facebook.github.io/prophet/