mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-13 05:58:29 +03:00
chore: remove clustering print
This commit is contained in:
@@ -14,8 +14,6 @@ def to_cluster_dict(df, clustering):
|
|||||||
"""
|
"""
|
||||||
clusters_by_id = {}
|
clusters_by_id = {}
|
||||||
|
|
||||||
print(clustering.labels_)
|
|
||||||
|
|
||||||
for idx, cluster_id in enumerate(clustering.labels_):
|
for idx, cluster_id in enumerate(clustering.labels_):
|
||||||
# ignore "noise" locations that don't belong to any cluster.
|
# ignore "noise" locations that don't belong to any cluster.
|
||||||
if cluster_id > -1:
|
if cluster_id > -1:
|
||||||
|
|||||||
Reference in New Issue
Block a user