You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: