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. ---