The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
What does it mean when i have 0 true positives and false positives?
Hi guys,
I'm running a couple of clustering algorithms on a set with a target label. I'm measuring precision and recall, but both are 0% (zero false positives, zero true positives) for the agglomerative clustering algorithm. What does this say in general? I've never had something like that. With every measure type, it gives me 1126 TN & 1126 FN. I already downsampled the label to equal numbers, no difference.
Thanks in advance.
I'm running a couple of clustering algorithms on a set with a target label. I'm measuring precision and recall, but both are 0% (zero false positives, zero true positives) for the agglomerative clustering algorithm. What does this say in general? I've never had something like that. With every measure type, it gives me 1126 TN & 1126 FN. I already downsampled the label to equal numbers, no difference.
Thanks in advance.
0
Best Answer
-
jacobcybulski Member, University Professor Posts: 391 UnicornI am not sure what you are trying to achieve as we have no control over the process of clustering data, it would be a surprise if the labels and clusters aligned. If you wanted to check if the labels follow some natural segmentation, perhaps you could try to analyse the contingency table of label vs cluster classes? If this is so, try a different clustering method, e. g k-means or DBSCAN.5
Answers
Do you have any tips how to get better performance?