From 88d1d67e9da778e3e241f5775447bdaa7f2da76a Mon Sep 17 00:00:00 2001 From: quillotm Date: Mon, 16 Aug 2021 23:43:53 +0200 Subject: [PATCH] Removing todo comments --- volia/clustering.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/volia/clustering.py b/volia/clustering.py index 250ad44..e4abf5e 100644 --- a/volia/clustering.py +++ b/volia/clustering.py @@ -140,8 +140,6 @@ def kmeans_run(features: str, fit_model(k, path.join(output, "clustering_" + str(i) + ".pkl")) print(json_content) - # TODO: compute loss with k-means mahalanobis. - # TODO: n_init have to be taken into account for mahalanobis case of k-means algorithm. if __name__ == "__main__": -- 1.8.2.3