From 5728966160052bd0c12054438678c9ce8831fd64 Mon Sep 17 00:00:00 2001 From: Ruhan Siddiki <89635067+Thecodingfan@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:31:05 +0600 Subject: [PATCH] Extra statement in README.md --- .../Clustering Algorithms/DBSCAN Clustering/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Machine Learning Interview Prep Questions/Unsupervised Learning Algorithms/Clustering Algorithms/DBSCAN Clustering/README.md b/Machine Learning Interview Prep Questions/Unsupervised Learning Algorithms/Clustering Algorithms/DBSCAN Clustering/README.md index 86dff2a9..57f8c0ca 100644 --- a/Machine Learning Interview Prep Questions/Unsupervised Learning Algorithms/Clustering Algorithms/DBSCAN Clustering/README.md +++ b/Machine Learning Interview Prep Questions/Unsupervised Learning Algorithms/Clustering Algorithms/DBSCAN Clustering/README.md @@ -76,6 +76,7 @@ pip install numpy matplotlib * Detecting anomalies or outliers * Geospatial clustering (e.g., identifying areas of interest) * When the number of clusters is not known ahead of time +* When you’re okay with labeling some points as noise and don’t want to force every point into a cluster. ---