Install NeuralForecast with pip or conda
NeuralForecast
from the Python package index with:
Tip Neural Forecasting methods profit from using GPU computation. Be sure to have Cuda installed.
Warning
We are constantly updating neuralforecast, so we suggest fixing the
version to avoid issues. pip install neuralforecast=="1.0.0"
Tip We recommend installing your libraries inside a python virtual or conda environment.
pip install neuralforecast[spark]
pip install neuralforecast[aws]
environment.yml
file: