Skip to content

Commit

Permalink
Update evaluation summaries with training corpus overlap info
Browse files Browse the repository at this point in the history
  • Loading branch information
shchur committed Dec 12, 2024
1 parent 6bc8e27 commit e876cf3
Show file tree
Hide file tree
Showing 19 changed files with 495 additions and 495 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ task.evaluation_summary(predictions, model_name="naive")
# 'test_error': 3.3784518,
# 'training_time_s': None,
# 'inference_time_s': None,
# 'fev_version': '0.1.0',
# 'fev_version': '0.2.0',
# 'MASE': 3.3784518}
```
The evaluation summary contains all information necessary to uniquely identify the forecasting task.
Expand Down
58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/auto_arima.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/auto_ets.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/auto_theta.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_base.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_bolt_base.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_bolt_mini.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_bolt_small.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_bolt_tiny.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_large.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_mini.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_small.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/chronos_tiny.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/moirai_base.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/moirai_large.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/moirai_small.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/seasonal_naive.csv

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions benchmarks/chronos_zeroshot/results/timesfm.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorials/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
" 'test_error': 3.3784518866750513,\n",
" 'training_time_s': None,\n",
" 'inference_time_s': None,\n",
" 'fev_version': '0.1.0',\n",
" 'fev_version': '0.2.0',\n",
" 'MASE': 3.3784518866750513}"
]
},
Expand Down

0 comments on commit e876cf3

Please sign in to comment.