diff --git a/python/pyspark/mllib/clustering.py b/python/pyspark/mllib/clustering.py index 2ee42a8a653a6..5f33be30676ef 100644 --- a/python/pyspark/mllib/clustering.py +++ b/python/pyspark/mllib/clustering.py @@ -590,7 +590,6 @@ class LDAModel(JavaModelWrapper): Blei, Ng, and Jordan. "Latent Dirichlet Allocation." JMLR, 2003. >>> from pyspark.mllib.linalg import Vectors - >>> from collections import namedtuple >>> from numpy.testing import assert_almost_equal >>> data = [ ... [1, Vectors.dense([0.0, 1.0])],