A data analyst needs to select two appropriate unsupervised learning techniques for clustering unlabeled data. (Choose two.)
Hierarchical clustering is an unsupervised algorithm that builds a hierarchy of clusters.
Why this answer
Hierarchical clustering is an unsupervised learning technique that groups unlabeled data points into a tree-like structure (dendrogram) based on similarity, without requiring predefined cluster counts. It is appropriate for clustering tasks where the data lacks labels, making it a correct choice for this question.
Exam trap
Cisco often tests the distinction between supervised and unsupervised learning by including familiar algorithms like linear regression or decision trees as distractors, leading candidates to mistake them for clustering techniques due to their popularity in data analysis contexts.