Skip to content

Commit 5d725da

Browse files
authored
Update README.md
1 parent 4d68fa7 commit 5d725da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Once the database has been created, run these scripts in order.
2929
python src/mimic_data_extraction.py
3030
python src/multivariate_example.py --epochs 1000 --reference_points 192 --hours_from_adm 48 --batch_size 256 --gpus 4
3131
```
32+
### Data Format Example
33+
The notations here align with the notation section 3.1 in the paper. For brevity, lets assume we have just one example in the training set and dimension $d = 2$
34+
```
35+
x: Input time series (2 variables)
36+
```
3237

3338
## Contact
3439
For more details, please contact <snshukla@cs.umass.edu>.

0 commit comments

Comments
 (0)