577 update MeanDice handler#600
Conversation
|
Hi @wyli , I got several questions about the new added
Could you please help me understand these questions? Then I can move on to complete this PR. Thanks. |
|
I think 1, 2 are good 'style' issues, I don't have any preference, we just need to be consistent within the project. Perhaps @myron could have further comments. For 3, |
Thanks @wyli for your explanation, do you think it's necessary to also add class API for AUC? Hi @myron , Could you please help share something about my questions? |
our current AUC is partly aligned with scikit learn, I don't think refactoring AUC is a high-priority task for us. |
|
/black |
|
/black |
|
Hi @wyli , Thanks for your offline review, I updated according to your comments. |
wyli
left a comment
There was a problem hiding this comment.
thanks, the dicemetric handles the 'nan' items with an additional instance variable. this design may need another round of refactoring, but for now it can replicate the previous results
Sure, let's refactor all metrics when the PR #565 is ready. |
Fixes #577 .
Description
This PR updated the MeanDice handler based on new
DiceMetricclass API.And updated all the examples to use DiceMetric instead.
Status
Ready
Types of changes