Commit 88d1d67e9da778e3e241f5775447bdaa7f2da76a

Authored by quillotm
1 parent 660d9960f9
Exists in master

Removing todo comments

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

... ... @@ -140,8 +140,6 @@
140 140 fit_model(k, path.join(output, "clustering_" + str(i) + ".pkl"))
141 141  
142 142 print(json_content)
143   - # TODO: compute loss with k-means mahalanobis.
144   - # TODO: n_init have to be taken into account for mahalanobis case of k-means algorithm.
145 143  
146 144  
147 145 if __name__ == "__main__":