Skip to content

Instantly share code, notes, and snippets.

View mrvege's full-sized avatar
🎯
Focusing

sky_limit mrvege

🎯
Focusing
View GitHub Profile
@mrvege
mrvege / gist:6be2823f21af6dc66381
Created January 27, 2016 05:55 — forked from entaroadun/gist:1653794
Recommendation and Ratings Public Data Sets For Machine Learning

Movies Recommendation:

Music Recommendation:

@mrvege
mrvege / bisecting.scala
Created December 29, 2015 07:45 — forked from freeman-lab/bisecting.scala
Bisecting k-means for hierarchical clustering in Spark
/**
* bisecting <master> <input> <nNodes> <subIterations>
*
* divisive hierarchical clustering using bisecting k-means
* assumes input is a text file, each row is a data point
* given as numbers separated by spaces
*
*/
import org.apache.spark.SparkContext