clrfl commited on
Commit
c6eb6e1
·
verified ·
1 Parent(s): 259b650

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -6582,13 +6582,13 @@ All the columns and classes (when textual) in MUSES are in English (BCP-47 `en`)
6582
  All datasets formatting follows a similar structure.
6583
  ```
6584
  {
6585
- (if avail.) "datetime": [2020-06-10T14:27:37.963000000, 2020-06-20T21:23:06.980000000, 2020-10-15T13:36:16.687000000],
6586
- "type_event": [7, 2, 15],
6587
- "time_since_last_event": [0.0, 246.92472694444444, 2800.2193630555557],
6588
- "time_since_start": [0.0, 246.92472694444444, 3047.14409],
6589
- "seq_idx": 1,
6590
- "dim_process": 50,
6591
- "seq_len": 3
6592
  }
6593
  ```
6594
 
@@ -6710,7 +6710,7 @@ The datetime column is optional and left out when no data is available.
6710
  - `seq_idx`: an `int64` feature uniquely identifying sequences in the split.
6711
  - `dim_process`: an `int64` feature representing total number of classes in the dataset.
6712
  - `seq_len`: an `int64` feature containing sequence length.
6713
- - `datetime`: (optional) a `timestamp[ns]` sequence, containing event datetime if available.
6714
 
6715
  The classification labels differ for each dataset.
6716
  The corresponding labels for each event type can be read from metadata like this
 
6582
  All datasets formatting follows a similar structure.
6583
  ```
6584
  {
6585
+ "datetime": [2020-06-10T14:27:37.963000000, 2020-06-20T21:23:06.980000000, 2020-10-15T13:36:16.687000000],
6586
+ "type_event": [7, 2, 15],
6587
+ "time_since_last_event": [0.0, 246.92472694444444, 2800.2193630555557],
6588
+ "time_since_start": [0.0, 246.92472694444444, 3047.14409],
6589
+ "seq_idx": 1,
6590
+ "dim_process": 50,
6591
+ "seq_len": 3
6592
  }
6593
  ```
6594
 
 
6710
  - `seq_idx`: an `int64` feature uniquely identifying sequences in the split.
6711
  - `dim_process`: an `int64` feature representing total number of classes in the dataset.
6712
  - `seq_len`: an `int64` feature containing sequence length.
6713
+ - `datetime`: (if avail.) a `timestamp[ns]` sequence, containing event datetime if available.
6714
 
6715
  The classification labels differ for each dataset.
6716
  The corresponding labels for each event type can be read from metadata like this