awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
time-series-foundation-models avatar

time-series-foundation-models/lag-llama

0
View on GitHub↗
1,589 stars·200 forks·Python·Apache-2.0·24 views

Lag Llama

Lag-llama is a probabilistic machine learning foundation model designed for time series forecasting. It generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies by leveraging pre-trained foundational weights.

The system supports zero-shot transfer inference, allowing it to predict future values on entirely new and unseen datasets without requiring prior retraining. It achieves this by combining generalized representations from foundational training with adjustable context lengths, where historical context lengths and lagged feature values feed directly into the model inputs during iterative autoregressive predictions.

Additionally, the framework provides capabilities for foundation model fine-tuning. Users can adapt pre-trained weights and adjust forecasting models on specialized datasets using targeted hyperparameters and validation splits to optimize domain-specific predictive accuracy.

Features

  • Zero-Shot Forecasting - Predicts future values on new datasets without prior training by leveraging pre-trained foundational knowledge and adjustable context lengths.
  • Autoregressive Lag Tuning - Predicts future values iteratively by feeding historical context lengths and lagged feature values directly into model inputs.
  • Probabilistic Forecasting - Generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies using probabilistic deep learning.
  • Time Series Foundation Models - Serves as a probabilistic machine learning model pretrained on sequential data to forecast future values and quantify uncertainty across arbitrary frequencies.
  • Finetuning Workflows - Adjusts foundational weights on custom datasets using dedicated hyperparameters and validation splits to maximize prediction accuracy.
  • Zero-Shot Inference - Predicts future values on unseen target datasets without prior retraining by leveraging generalized representations from foundational training.
  • Probabilistic Hybrid Models - Generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies using probabilistic modeling.
  • Foundational Model Adaptation - Adapts pre-trained neural network weights to specialized downstream domains using targeted hyperparameter tuning and validation splits.
  • Time Series Forecasting Fine-Tuners - Tunes pre-trained time series models on specialized datasets to improve predictive accuracy for domain-specific workloads.
  • Probability Distributions - Produces probability distributions for future timesteps to quantify uncertainty across any prediction length and data frequency.

Star history

Star history chart for time-series-foundation-models/lag-llamaStar history chart for time-series-foundation-models/lag-llama

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Lag Llama

These projects share indexed features with Lag Llama. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • autogluon/autogluonautogluon avatar

    autogluon/autogluon

    9,997View on GitHub↗

    AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end pipeline from data preprocessing to high-accuracy model training and validation. It functions as an automated model trainer for tabular, image, text, and time series data, as well as a tool for time series forecasting and foundation model finetuning. The project is distinguished by its ability to jointly process and fuse different data types, allowing for the construction of multimodal neural networks that integrate images, text, and structured tables. It supports zero-shot inferenc

    Pythonautogluonautomated-machine-learningautoml
    View on GitHub↗9,997
  • amazon-science/chronos-forecastingamazon-science avatar

    amazon-science/chronos-forecasting

    4,827View on GitHub↗

    Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It enables the prediction of future values across diverse datasets without requiring task-specific training or optimization. The system functions as a probabilistic forecasting tool, producing multiple future trajectories and quantile forecasts to quantify uncertainty and potential prediction errors. It incorporates exogenous covariate integration to merge external variables and historical context into the input stream for increased precision. The project includes utilities for sy

    Pythonartificial-intelligenceforecastingfoundation-models
    View on GitHub↗4,827
  • awslabs/gluon-tsawslabs avatar

    awslabs/gluon-ts

    5,200View on GitHub↗

    GluonTS is a framework for probabilistic time series forecasting, designed to predict future values as probability distributions with confidence intervals. It supports both traditional model training and zero-shot forecasting, where pretrained models generate predictions for new series without additional training. The project distinguishes itself by integrating a wide variety of forecasting approaches into a unified workflow. This includes deep learning architectures such as recurrent neural networks and causal convolutions, as well as the integration of external statistical models, the Proph

    Python
    View on GitHub↗5,200
  • awslabs/gluontsawslabs avatar

    awslabs/gluonts

    5,199View on GitHub↗

    GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for building, training, and evaluating neural network architectures that predict future values as probability distributions to quantify uncertainty. The project distinguishes itself by supporting zero-shot forecasting and integrating diverse modeling approaches, including deep probabilistic neural networks and wrappers for external statistical libraries such as Prophet and R forecast. It implements specialized architectural primitives like causal convolutions and invertible residual n

    Pythonartificial-intelligenceawsdata-science
    View on GitHub↗5,199
Compare all 30 related projects→

Frequently asked questions

What does time-series-foundation-models/lag-llama do?

Lag-llama is a probabilistic machine learning foundation model designed for time series forecasting. It generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies by leveraging pre-trained foundational weights.

What are the main features of time-series-foundation-models/lag-llama?

The main features of time-series-foundation-models/lag-llama are: Zero-Shot Forecasting, Autoregressive Lag Tuning, Probabilistic Forecasting, Time Series Foundation Models, Finetuning Workflows, Zero-Shot Inference, Probabilistic Hybrid Models, Foundational Model Adaptation.

Which projects share features with time-series-foundation-models/lag-llama?

Projects with overlapping indexed features include: autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… amazon-science/chronos-forecasting — Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It… awslabs/gluon-ts — GluonTS is a framework for probabilistic time series forecasting, designed to predict future values as probability… awslabs/gluonts — GluonTS is a probabilistic time series library and deep learning forecasting framework. It provides a toolkit for… thuml/time-series-library — This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It… unit8co/darts — Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate…

Curated searches featuring Lag Llama

Hand-picked collections where Lag Llama appears.
  • Predictive analytics engine