| 1 | # https://deeplearningcourses.com/c/cluster-analysis-unsupervised-machine-learning-python |
| 2 | # https://www.udemy.com/cluster-analysis-unsupervised-machine-learning-python |
| 3 | # data from https://www.kaggle.com/benhamner/clinton-trump-tweets |
| 4 | from __future__ import print_function, division |
nothing calls this directly
no test coverage detected