clrfl commited on
Commit
4e2ddbc
·
verified ·
1 Parent(s): a4c7ce2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md CHANGED
@@ -27,6 +27,7 @@ config_names:
27
  - memetrack
28
  - stackoverflow
29
  - taxi_nyc_neighborhoods
 
30
  - amazon_easytpp
31
  - earthquake_easytpp
32
  - retweet_easytpp
@@ -5497,6 +5498,85 @@ dataset_info:
5497
  - name: validation
5498
  num_bytes: 98129403
5499
  num_examples: 34132
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5500
  - config_name: amazon_easytpp
5501
  features:
5502
  - name: datetime
@@ -5752,6 +5832,14 @@ configs:
5752
  path: taxi_nyc_neighborhoods/validation*
5753
  - split: test
5754
  path: taxi_nyc_neighborhoods/test*
 
 
 
 
 
 
 
 
5755
  - config_name: amazon_easytpp
5756
  data_files:
5757
  - split: train
 
27
  - memetrack
28
  - stackoverflow
29
  - taxi_nyc_neighborhoods
30
+ - synthea
31
  - amazon_easytpp
32
  - earthquake_easytpp
33
  - retweet_easytpp
 
5498
  - name: validation
5499
  num_bytes: 98129403
5500
  num_examples: 34132
5501
+ - config_name: synthea
5502
+ features:
5503
+ - name: datetime
5504
+ sequence: timestamp[ns]
5505
+ - name: type_event
5506
+ sequence:
5507
+ class_label:
5508
+ names:
5509
+ '0': Urgent care clinic (environment)
5510
+ '1': Admission to surgical transplant department (procedure)
5511
+ '2': Drug rehabilitation and detoxification (regime/therapy)
5512
+ '3': Emergency hospital admission (procedure)
5513
+ '4': Admission to ward (procedure)
5514
+ '5': General examination of patient (procedure)
5515
+ '6': Postnatal visit (regime/therapy)
5516
+ '7': Telephone encounter (procedure)
5517
+ '8': Allergic disorder follow-up assessment (regime/therapy)
5518
+ '9': General outpatient clinic admission (procedure)
5519
+ '10': Posttraumatic stress disorder (disorder)
5520
+ '11': Admission to clinical oncology department (procedure)
5521
+ '12': Consultation for treatment (procedure)
5522
+ '13': Cystic fibrosis prenatal detection (procedure)
5523
+ '14': Follow-up visit (procedure)
5524
+ '15': Home visit (procedure)
5525
+ '16': Postoperative follow-up visit (procedure)
5526
+ '17': Outpatient procedure (procedure)
5527
+ '18': Indirect encounter (procedure)
5528
+ '19': Gynecology service (qualifier value)
5529
+ '20': Telemedicine consultation with patient (procedure)
5530
+ '21': Prenatal visit (regime/therapy)
5531
+ '22': Admission to thoracic surgery department (procedure)
5532
+ '23': Periodic reevaluation and management of healthy individual (procedure)
5533
+ '24': Videotelephony encounter (procedure)
5534
+ '25': Follow-up consultation (procedure)
5535
+ '26': Ophthalmic examination and evaluation (procedure)
5536
+ '27': Physician visit with evaluation AND/OR management service (procedure)
5537
+ '28': Prenatal initial visit (regime/therapy)
5538
+ '29': Emergency room admission (procedure)
5539
+ '30': Follow-up encounter (procedure)
5540
+ '31': Encounter for symptom (procedure)
5541
+ '32': Hospital admission (procedure)
5542
+ '33': Patient-initiated encounter (procedure)
5543
+ '34': Preoperative coordination (regime/therapy)
5544
+ '35': Admission to surgical department (procedure)
5545
+ '36': Administration of vaccine to produce active immunity (procedure)
5546
+ '37': Initial psychiatric interview with mental status and evaluation (procedure)
5547
+ '38': Encounter for check up (procedure)
5548
+ '39': Hospital admission for isolation (procedure)
5549
+ '40': Admission to hospice (procedure)
5550
+ '41': Well child visit (procedure)
5551
+ '42': Encounter for problem (procedure)
5552
+ '43': Patient encounter procedure (procedure)
5553
+ '44': Transfer to stepdown unit (procedure)
5554
+ '45': Emergency department patient visit (procedure)
5555
+ '46': Asthma follow-up (regime/therapy)
5556
+ '47': Obstetric emergency hospital admission (procedure)
5557
+ '48': Admission to intensive care unit (procedure)
5558
+ '49': Patient transfer to intensive care unit (procedure)
5559
+ '50': Non-urgent orthopedic admission (procedure)
5560
+ - name: time_since_last_event
5561
+ sequence: float64
5562
+ - name: time_since_start
5563
+ sequence: float64
5564
+ - name: seq_idx
5565
+ dtype: int64
5566
+ - name: dim_process
5567
+ dtype: int64
5568
+ - name: seq_len
5569
+ dtype: int64
5570
+ splits:
5571
+ - name: train
5572
+ num_bytes: 5961296
5573
+ num_examples: 9198
5574
+ - name: test
5575
+ num_bytes: 827183
5576
+ num_examples: 1149
5577
+ - name: validation
5578
+ num_bytes: 863998
5579
+ num_examples: 1150
5580
  - config_name: amazon_easytpp
5581
  features:
5582
  - name: datetime
 
5832
  path: taxi_nyc_neighborhoods/validation*
5833
  - split: test
5834
  path: taxi_nyc_neighborhoods/test*
5835
+ - config_name: synthea
5836
+ data_files:
5837
+ - split: train
5838
+ path: synthea/train*
5839
+ - split: validation
5840
+ path: synthea/validation*
5841
+ - split: test
5842
+ path: synthea/test*
5843
  - config_name: amazon_easytpp
5844
  data_files:
5845
  - split: train