You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some metrics(MCC, Jaccard) require matched labels, if the labels are not pre-matched, the script will implement a matching algorithm (above). But when no. of domain label > no. of ground truth label, the resulted domains object has many NaN, leading to downstream error.
Can any metric people look into it and propose a potential fix?
The text was updated successfully, but these errors were encountered:
Also, isn't the intention to prevent over-clustering with a resolution optimization or similar, which would prevent no. of domain label > no. of ground truth label to be true?
Yea agree...The issue also arise from model who dont convert resolution to n_cluster. But in case we want to investigate robustness of the clustering methods in the future it would be good to have this option imo
SpaceHack2023/metric/jaccard/jaccard.py
Lines 60 to 63 in 2e81727
Some metrics(MCC, Jaccard) require matched labels, if the labels are not pre-matched, the script will implement a matching algorithm (above). But when no. of domain label > no. of ground truth label, the resulted
domains
object has manyNaN
, leading to downstream error.Can any metric people look into it and propose a potential fix?
The text was updated successfully, but these errors were encountered: