From 49e28fcb5111c6ff03158bac5bf3380b76b9a11f Mon Sep 17 00:00:00 2001 From: shaikummekulsum2712-hub Date: Mon, 11 May 2026 23:12:40 +0530 Subject: [PATCH] Fix typo in clustering README Corrected a typo in the README regarding data overlap. --- 5-Clustering/1-Visualize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-Clustering/1-Visualize/README.md b/5-Clustering/1-Visualize/README.md index 9b34e1dac..880475175 100644 --- a/5-Clustering/1-Visualize/README.md +++ b/5-Clustering/1-Visualize/README.md @@ -311,7 +311,7 @@ Are these three genres significantly different in the perception of their dancea ![Facetgrid](images/facetgrid.png) -In general, for clustering, you can use scatterplots to show clusters of data, so mastering this type of visualization is very useful. In the next lesson, we will take this filtered data and use k-means clustering to discover groups in this data that see to overlap in interesting ways. +In general, for clustering, you can use scatterplots to show clusters of data, so mastering this type of visualization is very useful. In the next lesson, we will take this filtered data and use k-means clustering to discover groups in this data that seem to overlap in interesting ways. ---