Python-Text-Analysis-Fundamentals icon indicating copy to clipboard operation
Python-Text-Analysis-Fundamentals copied to clipboard

02_unsupervised.ipynb: change n_topics to n_components

Open EastBayEv opened this issue 5 years ago • 1 comments

in

lda = LatentDirichletAllocation()

change parameter n_topics= to n_components=

Also, remove the deprecation warning.

EastBayEv avatar Nov 18 '20 18:11 EastBayEv

@Akesari12 Can you make this fast change?

EastBayEv avatar Feb 11 '21 21:02 EastBayEv