Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

replace n_topics with n_components in LatentDirichletAllocation in newer versions of sklearn? #20

Open
EastBayEv opened this issue Mar 19, 2021 · 0 comments

Comments

@EastBayEv
Copy link
Contributor

Replace

lda = LatentDirichletAllocation(n_topics=10, max_iter=20, random_state=0)

with

lda = LatentDirichletAllocation(n_components=10, max_iter=20, random_state=0)

in 02-unsupervised.ipynb and 02-unupervised-solutions.ipynb

for newer versions of sklearn?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant