#32 · Primary category: Time Series Machine Learning
lag-llama
Lag-Llama: Towards Foundation Models for Probabilistic Time Series Forecasting
Project last updated:06/06/25
GitHub Stars
1.6K
Forks
203
Contributors
6
License
Apache-2.0
Why we included this project
Lag-Llama is one of the first open-source foundation models for time series forecasting, and the practical appeal is that you can throw a series you have never seen at it and get a usable forecast. Because it is probabilistic, each predicted step comes back as a full distribution rather than a single number, so you get confidence bands without building a bespoke model for every dataset. It works zero-shot across different data frequencies and prediction horizons, and the README is upfront about the edges: it explains context-length tuning and RoPE scaling for when you need to go beyond what the model was trained on. When zero-shot accuracy is not enough, the repo provides pretraining and finetuning scripts along with concrete guidance on context length and learning rate. Weights are on Hugging Face and the code is Apache-2.0, which keeps it easy to fold into research or production work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering