No public description

PiperOrigin-RevId: 631851985
This commit is contained in:
Yichen Zhou
2024-05-08 10:43:49 -07:00
committed by siriuz42
parent 5332b4e58a
commit a4fd4ca7c3
+1 -1
View File
@@ -18,7 +18,7 @@ This is not an officially supported Google product.
timesfm-1.0-200m is the first open model checkpoint:
- It performs univariate time series forecasting for context lengths up tp 512 timepoints and any horizon lengths, with an optional frequency indicator.
- It performs univariate time series forecasting for context lengths up to 512 timepoints and any horizon lengths, with an optional frequency indicator.
- It focuses on point forecasts, and does not support probabilistic forecasts. We experimentally offer quantile heads but they have not been calibrated after pretraining.
- It requires the context to be contiguous (i.e. no "holes"), and the context and the horizon to be of the same frequency.