k_means = KMeans(n_clusters=3, n_init='auto', random_state=SEED)
Hosted onDeepnote