Python-Text-Analysis-Fundamentals
Python-Text-Analysis-Fundamentals copied to clipboard
02_unsupervised.ipynb: change n_topics to n_components
in
lda = LatentDirichletAllocation()
change parameter n_topics= to n_components=
Also, remove the deprecation warning.
@Akesari12 Can you make this fast change?