Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data.csv missing #2

Closed
pannous opened this issue Dec 14, 2016 · 4 comments
Closed

data.csv missing #2

pannous opened this issue Dec 14, 2016 · 4 comments

Comments

@pannous
Copy link

pannous commented Dec 14, 2016

No description provided.

@aqibsaeed
Copy link
Owner

aqibsaeed commented Dec 14, 2016

Electronic health records data of patients are not publicly available because of sensitive information. For the data set format/description please see the paper.

@pannous
Copy link
Author

pannous commented Dec 14, 2016

some example data would be really helpful.
otherwise all of the thousand users who are currently trying your code will run against a wall and have to somehow make up their data themselves. (100stars~1000users)

@aqibsaeed
Copy link
Owner

aqibsaeed commented Dec 14, 2016

I am sorry for this, I completely understand your point. I always add data sets in my repository when they are publicly available. I put the code so people who have similar data set (as discussed in the paper) available can try out the model.

Here is similar dataset named MIMIC-III. But as mentioned in the notebook pre-processing is required according to the use case.

@aqibsaeed
Copy link
Owner

Some more information on data set format. I hope, it will help and clear things up.
The data set will look something like the figure below.

TEMP, PH etc. are all features, each red point represents feature value at one time point. Diagnosis vector (one-hot encoded) not shown in the picture will be class labels.
Each training example will be a sequence of shape [1, time_steps, number_of_features] so your batch's shape will be [batch_size, time_steps, number_of_features].

Please see section on Dataset Description in paper for more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants