Skip to content

cannot import name 'logsumexp' from 'scipy' #5

@adamroebuck

Description

@adamroebuck

In addition to the changes addressed already, I had to make the following edits in order to import ddr.

In lib/python3.8/site-packages/gensim/models/ldamodel.py:
from scipy.misc import logsumexp --> from scipy.special import logsumexp

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