Installation
functime is published as Python package in PyPI. To install the latest functime release, run the following command:
Extras
functime
comes with extra options. For example, to install functime
with large-language model (LLM) and lightgbm features:
ann
: To useann
(approximate nearest neighbors) forecastercat
: To usecatboost
forecasterxgb
: To usexgboost
forecasterlgb
: To uselightgbm
forecasterllm
: To use the LLM-powered forecast analystplot
: To use plotting functions