TimesFM | time-series foundation model | Google
TimesFM
TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.
- (NEW!) TimesFM 3.0 Checkpoint:
google/timesfm-3.0-pytorch. - Apache License Version 2.0 完全允許商業使用,您可以安心在營利性產品中使用、修改和銷售,且不需要公開您自己的源代碼。
1 | |
examples
- Univariate Forecasting (Variable Lengths) Pass a batch of 1D NumPy arrays of different context lengths to forecast univariate time series:
1 | |
- Multivariate Forecasting with Covariates Pass a 2D array of shape (num_variates, context_length) along with optional past-only and past-and-future covariates:
1 | |
TimesFM | time-series foundation model | Google
https://waipangsze.github.io/2026/09/02/TimesFM-time-series-foundation-model-Google/