timesfm

Installation
SKILL.md

TimesFM

Overview

TimesFM is a 200M-parameter foundation model by Google Research, pretrained on 100 billion real-world time points. It performs zero-shot forecasting across domains — no fine-tuning required. Feed it historical data, get predictions immediately.

Instructions

Installation

pip install timesfm

Basic Forecasting

import timesfm
import numpy as np
Installs
2
GitHub Stars
128
First Seen
Jun 22, 2026
timesfm — terminalskills/skills