Update README.md
Browse files
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
|