Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 585 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 585 Bytes

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