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
google-research avatar

google-research/timesfm

0
View on GitHub↗
8,602 stars·725 forks·Python·apache-2.0·45 viewsresearch.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting↗

Timesfm

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 zero-shot forecasting inference, the integration of exogenous covariates and external regressors, and the identification of irregular patterns through anomaly detection. Model performance is assessed via forecast accuracy evaluation.

Features

  • Time Series Forecasting - Provides a foundation model for predicting future values in univariate time series data.
  • Cross-Dataset Pretraining - Learns general temporal representations by training across multiple disparate time series datasets to improve generalization.
  • Time Series Anomaly Detection - Identifies irregular patterns and outliers in temporal data using a pretrained foundation model.
  • Zero-Shot Forecasting - Predicts future trends on unseen datasets using a pretrained foundation model without task-specific training.
  • Time Series Forecasting Models - Implements a decoder-only transformer architecture for predictive time series modeling.
  • Low-Rank Adaptation - Adapts pretrained weights to specific datasets using low-rank adaptation for improved accuracy.
  • Temporal Patching - Groups consecutive time steps into patches to reduce sequence length and capture local temporal patterns.
  • Dynamic Covariate Integration - Incorporates external time-varying data streams and regressors into the forecasting process.
  • Foundation Models - Provides a decoder-only architecture for time series forecasting.
  • Machine Learning - A pretrained foundation model for time-series forecasting.
  • Time Series Foundation Models - Decoder-only foundation model for time-series forecasting.
  • Time Series Analysis - Pretrained foundation model for time series forecasting.
  • Time-Series Forecasting - Listed in the “Time-Series Forecasting” section of the Ailia Models awesome list.

Star history

Star history chart for google-research/timesfmStar history chart for google-research/timesfm

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 Timesfm

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

    unit8co/darts

    9,215View on GitHub↗

    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
    View on GitHub↗9,215
  • 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
  • thuml/time-series-librarythuml avatar

    thuml/Time-Series-Library

    12,494View on GitHub↗

    This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It implements specialized architectures for time series forecasting, anomaly detection, data imputation, and classification. The project distinguishes itself through the inclusion of zero-shot inference capabilities, allowing large-scale temporal models to be evaluated on unseen datasets without requiring task-specific fine-tuning. The framework covers a broad range of analytical capabilities, including the recovery of missing values in incomplete datasets, the identification of irregul

    Python
    View on GitHub↗12,494
  • 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
Compare all 30 related projects→

Frequently asked questions

What does google-research/timesfm do?

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.

What are the main features of google-research/timesfm?

The main features of google-research/timesfm are: Time Series Forecasting, Cross-Dataset Pretraining, Time Series Anomaly Detection, Zero-Shot Forecasting, Time Series Forecasting Models, Low-Rank Adaptation, Temporal Patching, Dynamic Covariate Integration.

Which projects share features with google-research/timesfm?

Projects with overlapping indexed features include: unit8co/darts — Darts is a Python time series library designed for forecasting, anomaly detection, and the preprocessing of univariate… amazon-science/chronos-forecasting — Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It… thuml/time-series-library — This PyTorch-based deep learning library provides a framework for analyzing and forecasting temporal data. It… autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… numenta/nupic — NuPIC is a machine learning framework that implements Hierarchical Temporal Memory (HTM) theory, a… nixtla/statsforecast — statsforecast is a high-performance statistical time series forecasting library designed to generate point forecasts…