Skip to content

Official repository for the book Time Series Forecasting with Foundation Models

Notifications You must be signed in to change notification settings

marcopeix/TimeSeriesForecastingUsingFoundationModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Official repository for the book Time Series Forecasting with Foundation Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published