An online retailer wants to create a hierarchical structure of product categories based on product descriptions and features. They want this hierarchy to be easily interpretable and visual. Which clustering approach would be most suitable?

  • Hierarchical Clustering
  • DBSCAN
  • Gaussian Mixture Model (GMM)
  • Affinity Propagation
For creating a hierarchical structure, Hierarchical Clustering is the most suitable approach. It builds a tree-like structure that is interpretable and can be easily visualized. This makes it ideal for organizing product categories based on descriptions and features.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *