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

How to handle multiple evaluation metrics for a single task? #4

Open
niklr opened this issue Oct 31, 2019 · 1 comment
Open

How to handle multiple evaluation metrics for a single task? #4

niklr opened this issue Oct 31, 2019 · 1 comment

Comments

@niklr
Copy link

niklr commented Oct 31, 2019

Dear @wiesenfa

In some/most circumstances the evaluation result for a single task, algorithm and case consists of multiple metrics such as Dice Similarity Coefficient, Hausdorff Distance, Average Distance, Precision, Recall, etc.

Do you recommend to generate a report for each individual metric? It seems that I'm missing something because with this approach the visualisation does not represent the overall result taking all metrics into consideration.

Best regards,
Roman Niklaus

@wiesenfa
Copy link
Owner

wiesenfa commented Nov 6, 2019

Dear @niklr

a current workaround if in all your metrics small is better (small is worse), you can treat the metric as a task (otherwise you can reverse those metrics which have a different direction).

However, I would be careful with this: You may not want to give all metrics the same weight, you may consider some metrics more important than others. Further, metrics aim at describing specific properties (take precision and recall) which you may want to be able to communicate separately. Finally consensus rankings (rank aggregations) impose additional assumptions and different methods to obtain them may lead to different rankings (i.e. the ranking method used within each metric matters as well as the method how to combine the resulting rankings), e.g. if you take the average rank across metrics or the median rank across metrics may lead to something different. Just something to keep in mind...

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