kmeans = KMeans(init="random", n_clusters=5, n_init=10, max_iter=300, random_state=42)

this is where we left off in lecture... additional examples included or we can go through them on another night