awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
amazon-science avatar

amazon-science/chronos-forecasting

0
View on GitHub↗
arxiv.org/abs/2510.15821↗

Chronos Forecasting

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 synthetic time series generation to benchmark models and train algorithms, as well as tools for forecast accuracy evaluation using standardized error metrics. It also provides capabilities for tuning model weights and parameters to improve accuracy for specific data patterns.

Features

  • LLM-Based Forecasting - Adapts a pretrained transformer architecture to treat time series values as discrete tokens for forecasting.
  • Probabilistic Forecasting - Produces value ranges and uncertainty intervals through quantile forecasts rather than simple point estimates.
  • Zero-Shot Forecasting - Predicts future values for diverse time series using pretrained models without requiring task-specific training.
  • Probabilistic Generative Sampling - Generates a distribution of future outcomes by repeatedly sampling from the model's learned probability distribution.

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI
4,827 Stars·576 Forks·Python·apache-2.0·12 Aufrufe
  • Supervised Model Weight Optimization - Updates model parameters using specific datasets and configurations to improve prediction accuracy.
  • Dynamic Covariate Integration - Incorporates time-varying external features and known future events to improve the precision of time series forecasts.
  • Time Series Model Tuning - Allows adjusting model weights and parameters on specific datasets to increase accuracy for unique data patterns.
  • Uncertainty Estimation - Quantifies prediction error margins by producing multiple future trajectories through model sampling.
  • Time Series Foundation Models - Learns the language of time series for forecasting.
  • Time Series Analysis - Probabilistic time series forecasting using language models.
  • Star-Verlauf

    Star-Verlauf für amazon-science/chronos-forecastingStar-Verlauf für amazon-science/chronos-forecasting

    Häufig gestellte Fragen

    Was macht amazon-science/chronos-forecasting?

    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.

    Was sind die Hauptfunktionen von amazon-science/chronos-forecasting?

    Die Hauptfunktionen von amazon-science/chronos-forecasting sind: LLM-Based Forecasting, Probabilistic Forecasting, Zero-Shot Forecasting, Probabilistic Generative Sampling, Supervised Model Weight Optimization, Dynamic Covariate Integration, Time Series Model Tuning, Uncertainty Estimation.

    Welche Open-Source-Alternativen gibt es zu amazon-science/chronos-forecasting?

    Open-Source-Alternativen zu amazon-science/chronos-forecasting sind unter anderem: 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… google-research/timesfm — TimesFM is a time series foundation model designed to generalize across diverse temporal datasets for forecasting and… unit8co/darts — Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate… autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… sktime/pytorch-forecasting — PyTorch Forecasting is a deep learning framework designed for building and training neural network architectures…

    Open-Source-Alternativen zu Chronos Forecasting

    Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Chronos Forecasting.
    • awslabs/gluon-tsAvatar von awslabs

      awslabs/gluon-ts

      5,200Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,200
    • awslabs/gluontsAvatar von awslabs

      awslabs/gluonts

      5,199Auf GitHub ansehen↗

      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
      Auf GitHub ansehen↗5,199
    • google-research/timesfmAvatar von google-research

      google-research/timesfm

      8,602Auf GitHub ansehen↗

      TimesFM is a time series foundation model designed to generalize across diverse temporal datasets for forecasting and anomaly detection. It functions as a pretrained model for predicting future values in univariate time series data, eliminating the need for manual training from scratch. The project includes a framework for adapting pretrained weights to specific datasets using low-rank adaptation to improve accuracy. It also provides specialized capabilities for integrating time-series predictions as tools within autonomous AI agent architectures and automated workflows. The system supports

      Python
      Auf GitHub ansehen↗8,602
    • unit8co/dartsAvatar von unit8co

      unit8co/darts

      9,215Auf GitHub ansehen↗

      Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate and multivariate temporal data. It serves as a comprehensive framework for training and evaluating a wide range of statistical, machine learning, and deep learning models to predict future numerical values. The toolkit is distinguished by its support for global time series modeling, allowing a single model to be trained across multiple different series to leverage shared patterns. It also features a hierarchical time series manager to ensure consistency between aggregate and

      Pythonanomaly-detectiondata-sciencedeep-learning
      Auf GitHub ansehen↗9,215
    Alle 30 Alternativen zu Chronos Forecasting anzeigen→