Reputation: 1
I have developed a custom clustering model on top of MiniBatchKmeans, that has three possible outcomes for each data point:
I'm looking for appropriate metrics to evaluate the performance of this model. I am aware of common clustering evaluation metrics like Adjusted Rand Index (ARI), Silhouette Score, and Davies-Bouldin Index, but I am not sure how they apply to the unique outcomes of my model.
Specifically, I want to understand how to:
Can anyone recommend metrics or a combination of metrics that would best validate the performance of my custom clustering model? Additionally, if there are any best practices or examples of handling such scenarios, I would appreciate the insights.
Thank you!
While these metrics (Adjusted Rand Index (ARI), Silhouette Score, Davies-Bouldin Index) provide some insights, they don't fully capture the three specific outcomes of my model. I expected to find a metric or a combination of metrics that would:
Upvotes: 0
Views: 95