Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 380 Bytes

File metadata and controls

19 lines (15 loc) · 380 Bytes

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