Adding v2.0 support

This commit is contained in:
Rajat Sen
2024-12-30 23:55:36 +00:00
parent 5a69171296
commit 73704e5936
12 changed files with 1467 additions and 1410 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ poetry run python3 -m experiments.extended_benchmarks.run_timesfm --model_path=g
Note: In the current version of TimesFM we focus on point forecasts and therefore the mase, smape have been calculated using the quantile head corresponding to the median i.e 0.5 quantile. We do offer 10 quantile heads but they have not been calibrated after pretraining. We recommend using them with caution or calibrate/conformalize them on a hold out for your applications. More to follow on later versions.
## Benchmark Results
## Benchmark Results for TimesFM-1.0
![Benchmark Results Table](./tfm_extended_new.png)
@@ -36,7 +36,7 @@ poetry run python3 -m experiments.long_horizon_benchmarks.run_eval \
You can change the model size from "mini" to "large" as required. The datasets we benchmark on are etth1, etth2, ettm1 and ettm2.
## Benchmark Results
## Benchmark Results for TimesFM-1.0
![Benchmark Results Table](./tfm_long_horizon.png)