From 1cb5541baab2425baeece0f94e34f73405ee1c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Fri, 1 Jul 2022 17:04:56 +0200 Subject: [PATCH] chore: remove clustering print --- geoclustering/clustering.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/geoclustering/clustering.py b/geoclustering/clustering.py index dd2b011..10203f6 100644 --- a/geoclustering/clustering.py +++ b/geoclustering/clustering.py @@ -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: