]> code.communitydata.science - cdsc_reddit.git/blob - clustering/validation.py
changes for archiving.
[cdsc_reddit.git] / clustering / validation.py
1 from sklearn import metrics
2 from sklearn.cluster import AffinityPropagation
3 from functools import partial
4 # sillouette is the only one that doesn't need the feature matrix. So it's probably the only one that's worth trying. 

Community Data Science Collective || Want to submit a patch?