Sanjay Mythili
Sanjay Mythili

Reputation: 1

What are the right metrics to validate the performance of a custom clustering model with three possible outcomes?

I have developed a custom clustering model on top of MiniBatchKmeans, that has three possible outcomes for each data point:

  1. Assign the point to the correct cluster.
  2. Assign the point to the wrong cluster.
  3. Create a new cluster.

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

Answers (0)

Related Questions