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

Label in CheXpert dataset. #47

Closed
mxadorable opened this issue Dec 13, 2023 · 1 comment
Closed

Label in CheXpert dataset. #47

mxadorable opened this issue Dec 13, 2023 · 1 comment

Comments

@mxadorable
Copy link

Hi, thank you for share your great work.
Could you please explain why the labels of 'Edema', 'Atelectasis' are replaced in this way?
if col in ['Edema', 'Atelectasis']:
self.df[col].replace(-1, 1, inplace=True)

As far as I know, in the chexpert labels, -1 represents negative, and 1 represent positive. I see that some diseases replace -1 with 0, but why the two diseases are different?

Thank you so much!

@optmai
Copy link
Collaborator

optmai commented Dec 15, 2023

Thank you for your interest! Please let us know if you have additional questions.

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