From b03bc2909b06f6f79ccb57295e1eedaf37713ee7 Mon Sep 17 00:00:00 2001 From: Noor Ahmed <86896171+tronn62158@users.noreply.github.com> Date: Sun, 12 Dec 2021 03:59:26 +0000 Subject: [PATCH] Update LDAModellerClass.py i just got rid of an extra space, thats it. --- LDAModellerClass.py | 1 - 1 file changed, 1 deletion(-) diff --git a/LDAModellerClass.py b/LDAModellerClass.py index d7c61f3..0388683 100644 --- a/LDAModellerClass.py +++ b/LDAModellerClass.py @@ -5,7 +5,6 @@ from sklearn.feature_extraction.text import CountVectorizer from sklearn.decomposition import LatentDirichletAllocation - class LDAModeller: """ Common class used to perform an end-to-end Latent Dirichlet Allocation analysis. The base object of the class is a Pandas Dataframe.