diff --git a/machine_learning/k_means_clust.py b/machine_learning/k_means_clust.py index 83ed8374b..559de9256 100644 --- a/machine_learning/k_means_clust.py +++ b/machine_learning/k_means_clust.py @@ -344,6 +344,6 @@ def report_generator( if __name__ == "__main__": - + doctest.testmod()