Skip to content

baggiponte/pbg-functime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to time series forecasting with functime

  1. Install dependencies with any PEP517/518 compliant package manager (e.g. not Poetry).
# pdm
pdm install -G=ide
# pip
python -m venv .venv
source .venv/bin/activate
python -m pip install ".[ide]"

Note. If lightgbm fails to install, check here.

  1. Run the notebooks:
# pdm
pdm run marimo edit notebooks/intro.py

# inside a venv
python -m marimo edit notebooks/intro.py