timesfm
TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
Set infer_is_positive=False in TimesFM for time series with legitimate negative values like temperature, financial returns, or signed sensor data.
Understanding the `force_flip_invariance` Parameter in TimesFMLearn 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.
How to Ensure Quantile Monotonicity with TimesFM: Non-Crossing Forecasts ExplainedEnsure 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.
TimesFM max_context and max_horizon Constraints: Validation Rules and Code ExamplesUnderstand TimesFM max_context and max_horizon constraints. Learn validation rules and see code examples for setting these parameters correctly.
How to Use TimesFM with JAX/Flax: A Complete Inference GuideLearn 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.
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.
How to Estimate RAM Usage for TimesFM: Memory Planning GuideEstimate TimesFM RAM usage with the built-in system check. Calculate memory needs for model weights, input dimensions, and batch size. Plan your memory effectively.
TimesFM Memory Requirements: Hardware Specs for TimesFM 1.0 and 2.0Discover 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.
How to Load a Locally Saved TimesFM Model: PyTorch and JAX GuideLearn to load a locally saved TimesFM model using PyTorch and JAX. Follow our guide to instantiate TimesFmCheckpoint and TimesFm for seamless model integration.
Transformer Configuration Details for TimesFM 2.5: Complete Architecture GuideExplore 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.
What Is REVIN Normalization in TimesFM? A Complete Technical GuideExplore 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...
Can TimesFM Handle Time Series with Different Scales? Scale-Equivariance ExplainedTimesFM natively handles time series with different scales via scale-equivariance, offering optional normalization for extreme ranges.
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:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →