-
The DP optimizer failed when training a tf.Keras model. Could you please help me solve the problem?
Anaconda3-5.3.1
Tensorflow 1.14.0
```python
Traceback (most recent call last):
File "/roo…
-
how can I get this csv file thanks , I can not access the Google Driver because china firewall
-
Hi, thanks for this great work. I have a question about the fraction of the labels. The paper says that for MIMIC3 data, "level 2 (leaf level) makes up about 33%". However, non-leaf ICD9 labels are no…
-
Hi I really enjoyed your paper and I was wondering if you had an example of the files you used or how to apply this code on MIMIC.
Thanks.
-
Hello, Beetel. I cannot find the folder /feathers. Have you forget to upload it?
-
Hello,
I cannot generate the data because chart.time is either 999999 or identical to admission id.
Could you please check?
- Usually there is no chart.time for discharge summary. For example,…
-
I believe the following is a better ways of processing the demographics:
```python
e_map = {'ASIAN': 1,
'BLACK': 2,
'CARIBBEAN ISLAND': 2,
'HISPANIC': 3,
'SOU…
-
HI
Thanks for sharing the code.
when I use python3 to run this model:
` python3 -um mimic3models.in_hospital_mortality.main --network mimic3models/keras_models/lstm.py --dim 16 --timestep 1.0 --dep…
-
I am currently attempting to use wfdb.rdrecord on a file from the MIMIC3 database
I downloaded wfdb version 2.1 into my site-packages.
If I use wfdb.rdrecord on this specific file with the sampto …
-
the function test_split_token() returns:
```
Loading Trie...
Time: 0.0014331340789794922
---------------------------------------------------------------------------
TypeError …