From 544a36b5259946909421d5cdaba968d27a81b753 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Wed, 26 May 2021 20:13:33 -0400 Subject: [PATCH] edit for TODO --- Clustering/1-Visualize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clustering/1-Visualize/README.md b/Clustering/1-Visualize/README.md index bdc9d482..5a8093d0 100644 --- a/Clustering/1-Visualize/README.md +++ b/Clustering/1-Visualize/README.md @@ -78,7 +78,7 @@ There are over 100 clustering algorithms, and their use depends on the nature of If an object is classified by its proximity to a nearby object, rather than to one farther away, clusters are formed based on their members' distance to and from other objects. Scikit-Learn's Agglomerative clustering is hierarchical. -TODO: infographic +TODO: infographic **Centroid clustering**