baggiponte / pbg-functime

@functime-org tutorial at @PythonBiellaGroup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

@functime-org tutorial at @PythonBiellaGroup


Languages

Language:Python 100.0%