timesfm

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

23 articles 12.7k View on GitHub ↗
23 articles
When Should `infer_is_positive` Be Set to False in TimesFM?

Set infer_is_positive=False in TimesFM for time series with legitimate negative values like temperature, financial returns, or signed sensor data.

best-practices
Apr 2, 2026
Understanding the `force_flip_invariance` Parameter in TimesFM

Learn about the force flip invariance parameter in TimesFM. Discover how it uses dual input processing to ensure accurate affine transformations for reliable time series forecasting.

deep-dive
Apr 2, 2026
How to Ensure Quantile Monotonicity with TimesFM: Non-Crossing Forecasts Explained

Ensure quantile monotonicity with TimesFM forecasts by enabling fix_quantile_crossing=True. Learn how this post-processing feature prevents non-crossing forecasts for PyTorch and JAX.

how-to-guide
Apr 2, 2026
TimesFM max_context and max_horizon Constraints: Validation Rules and Code Examples

Understand TimesFM max_context and max_horizon constraints. Learn validation rules and see code examples for setting these parameters correctly.

deep-dive
Apr 2, 2026
How to Use TimesFM with JAX/Flax: A Complete Inference Guide

Learn how to use TimesFM with JAX/Flax! This guide covers inference with JAX and Flax models, supporting JIT compilation and multi-device parallelism for efficient time series forecasting.

how-to-guide
Apr 2, 2026
What Is the Maximum Forecast Horizon Supported by TimesFM?

Discover TimesFM's maximum forecast horizon. Learn how to extend the default 128 time steps for your forecasting needs with Google's TimesFM model. Get the best results.

faq
Apr 2, 2026
How to Estimate RAM Usage for TimesFM: Memory Planning Guide

Estimate TimesFM RAM usage with the built-in system check. Calculate memory needs for model weights, input dimensions, and batch size. Plan your memory effectively.

how-to-guide
Apr 2, 2026
TimesFM Memory Requirements: Hardware Specs for TimesFM 1.0 and 2.0

Discover the memory requirements for TimesFM 1.0 and 2.0. Learn the RAM and VRAM specs needed for optimal performance with TimesFM models. Understand hardware needs for inference.

performance
Apr 2, 2026
How to Load a Locally Saved TimesFM Model: PyTorch and JAX Guide

Learn to load a locally saved TimesFM model using PyTorch and JAX. Follow our guide to instantiate TimesFmCheckpoint and TimesFm for seamless model integration.

how-to-guide
Apr 2, 2026
Transformer Configuration Details for TimesFM 2.5: Complete Architecture Guide

Explore the TimesFM 2.5 transformer configuration. Discover its 20-layer architecture, 1280D hidden states, 16 attention heads, RoPE, and bias-free FFNs within the TransformerConfig.

architecture
Apr 2, 2026
What Is REVIN Normalization in TimesFM? A Complete Technical Guide

Explore REVIN normalization in TimesFM, a key technique for advanced time-series forecasting. Learn how this per-instance preprocessing enhances accuracy and restores original scales for reliable predictions. Understand the tec...

deep-dive
Apr 2, 2026
Can TimesFM Handle Time Series with Different Scales? Scale-Equivariance Explained

TimesFM natively handles time series with different scales via scale-equivariance, offering optional normalization for extreme ranges.

deep-dive
Apr 2, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →