Data Science with Python — Hard
Key points
- DBSCAN identifies clusters based on density, while k-means assumes spherical clusters
- DBSCAN automatically detects outliers, while k-means is sensitive to them
- DBSCAN does not need the number of clusters specified, unlike k-means
Ready to go further?
Related questions
