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

CE MACRO or MICRO as the standard in your paper ? #39

Open
TTzhangheng opened this issue Dec 9, 2023 · 2 comments
Open

CE MACRO or MICRO as the standard in your paper ? #39

TTzhangheng opened this issue Dec 9, 2023 · 2 comments

Comments

@TTzhangheng
Copy link

Hello, I have encountered some confusion. There are two different patterns in the code for the CE indicator you provided. For example,
res_mlc['F1_MACRO'] = f1_score(gt, pred, average="macro")
res_mlc['F1_MICRO'] = f1_score(gt, pred, average="micro")
which method is the most standard in your paper?

@rhyhck
Copy link

rhyhck commented Dec 18, 2023

Hello, I have encountered some confusion. There are two different patterns in the code for the CE indicator you provided. For example, res_mlc['F1_MACRO'] = f1_score(gt, pred, average="macro") res_mlc['F1_MICRO'] = f1_score(gt, pred, average="micro") which method is the most standard in your paper?

Hello! Have you got the MIMIC-cxr dataset? I'm confused about the size of dataset. I have got an account, but my net is not so stable that I dont't know whether the dataset is completely downloaded. Could you tell me the size of the every file? especially the named "files" in the dataset. Thank you very much!

@astammer
Copy link

astammer commented Feb 20, 2024

Hello, I have encountered some confusion. There are two different patterns in the code for the CE indicator you provided. For example, res_mlc['F1_MACRO'] = f1_score(gt, pred, average="macro") res_mlc['F1_MICRO'] = f1_score(gt, pred, average="micro") which method is the most standard in your paper?

Hello,

Where did you find the code regarding the calculations for the CE indicator? I can't seem to find it.

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

3 participants