Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Labelled LDA implementation #12

@rahulravindran0108

Description

@rahulravindran0108

In your compliment label function, you have used in Labelled LDA - there seems to be an error. Complement Label accepts a label from a list of labels, but it does a for loop in the function. This would get individual characters from a single label. Isn't this wrong ?

for x in label: vec[self.labelmap[x]] = 1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions