Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
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

@EastBayEv

Description

@EastBayEv

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions