Closed warenlg closed 5 years ago
Results so far https://plot.ly/~warensourced/35/devproject-similarity-based-on-language-experience-loc-normalized-on-sourced-cod/#/
I'm now working on adding the cluster colors and the edges between the points to represent the contributions
This is done.
Leverage the language distribution by LoC of both the developers and the repos of a given codebase, and cluster them showing similarities between one another. What has been done for now:
umap
and the euclidean metricKMeans
then switch toDBSCAN