AndyFou / yelp-contest

Participation script for the Yelp contest of Kaggle
MIT License
1 stars 0 forks source link

Use another clustering algorithm / another distance metric #2

Open AndyFou opened 8 years ago

AndyFou commented 8 years ago

E.g. kmedoids / kmeans parallel / Hausdorff distance

AndyFou commented 8 years ago

Used silhouette coefficient to determine number of clusters.

AndyFou commented 8 years ago

We can use DBSCAN for a different result in clustering: http://scikit-learn.org/stable/modules/clustering.html#dbscan