安装

使用pip或conda安装HierachicalForecast

您可以从 Python 包索引 安装 HierachicalForecast发布版本

pip install hierarchicalforecast

或者

conda install -c conda-forge hierarchicalforecast
Tip

我们建议在 python 虚拟环境或 conda 环境 中安装您的库。

使用我们的环境(可选)

如果您没有 Conda 环境并且需要像 Numba、Pandas、NumPy、Jupyter、StatsModels 和 Nbdev 这样的工具,您可以通过以下步骤使用我们的环境:

  1. 克隆 HierachicalForecast 仓库:
$ git clone https://github.com/Nixtla/hierachicalforecast.git && cd hierachicalforecast
  1. 使用 environment.yml 文件创建环境:
$ conda env create -f environment.yml
  1. 激活环境:
$ conda activate statsforecast

If you find the code useful, please ⭐ us on Github