Emaad commited on
Commit
4ed2b06
·
verified ·
1 Parent(s): 249dbc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -85,6 +85,8 @@ pip install -r requirements.txt
85
 
86
  Here's how to quickly generate forecasts using Toto:
87
 
 
 
88
  ```python
89
  import torch
90
  from data.util.dataset import MaskedTimeseries
 
85
 
86
  Here's how to quickly generate forecasts using Toto:
87
 
88
+ ⚠️ In our study, we take the **median** across 256 samples to produce a point forecast. This tutorial previously used the **mean** but has now been updated.
89
+
90
  ```python
91
  import torch
92
  from data.util.dataset import MaskedTimeseries