Hacker News new | ask | show | jobs
by kankroc 2928 days ago
To anyone reading this who wants to try DBSCAN, give its more recent brother HDBSCAN a go. The H stands for hierarchical and it's way better when dealing with clusters that aren't very similar (think big vs small).

There's an excellent pip package that seamlessly integrates woth scikit-learn too!