Overview of Lag-Llama
mainLag-Llama is an open-source foundation model designed for probabilistic time series forecasting. It is capable of zero-shot forecasting on datasets of any frequency and any prediction length. It also supports fine-tuning on specific datasets to improve performance.
Key capabilities:
- Zero-shot forecasting: Predict future values without specific training on your target dataset.
- Fine-tuning: Adapt the model to your specific data for maximum performance.
- Probabilistic output: The model outputs a probability distribution for each predicted timestep rather than a single point estimate.