chore: remove clustering print

This commit is contained in:
Felix Spöttel
2022-07-01 17:04:56 +02:00
parent b40074317c
commit 1cb5541baa

View File

@@ -14,8 +14,6 @@ def to_cluster_dict(df, clustering):
"""
clusters_by_id = {}
print(clustering.labels_)
for idx, cluster_id in enumerate(clustering.labels_):
# ignore "noise" locations that don't belong to any cluster.
if cluster_id > -1: