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

MIMIC-III-rare50 labels #5

Open
JosephSBoyle opened this issue Jun 9, 2023 · 0 comments
Open

MIMIC-III-rare50 labels #5

JosephSBoyle opened this issue Jun 9, 2023 · 0 comments

Comments

@JosephSBoyle
Copy link

Hi there, how can I obtain a set of labels for the rare50 dataset?

In collectrare50data.py, taking the union of the train / dev / test labels gives 56 labels - is this correct?

dev_labels_set   = set(dev_labels)
train_labels_set = set(train_labels)
test_labels_set  = set(test_labels)
print(len(train_labels_set | dev_labels_set | test_labels_set))
# outputs '56'
exit()

Thanks for your help.

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

1 participant