Clustering (unsupervised learning) for uneven classes
I am looking for an unsupervised method that can see also the points that start to look different from the majority. Which clustering techniques (I use python) can be used for such data sets?
I have tried k-means but as I was expecting it has failed considerably to see such peaks.
Topic unsupervised-learning k-means clustering
Category Data Science