Introduction to time series forecasting with functime
- 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.
- Run the notebooks:
# pdm
pdm run marimo edit notebooks/intro.py
# inside a venv
python -m marimo edit notebooks/intro.py