/TimeSeriesForecastingwithFoundationModels

Official repository for the book Time Series Forecasting with Foundation Models

Primary LanguageJupyter Notebook

Time Series Forecasting with Foundation Models

Official repository for the book Time Series Forecasting with Foundation Models

Steps to run the code

  1. Create a virtual environment using conda.
conda create -n book-env python=3.10
  1. Activate environment.
conda activate book-env
  1. Install packages using pip.
pip install -r requirements.txt