mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-08 03:28:30 +03:00
chore: remove clustering print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user