Skip to content

error on LDA Julia 0.4 #37

@gabrielelanaro

Description

@gabrielelanaro

Hi I was trying to use the lsa function but it gives an error because svd doesn't seem to support sparse matrices

corpus = Corpus(docs)
update_lexicon!(corpus)
dtmat = DocumentTermMatrix(corpus)
lda(dtmat)

ERROR: svdfact has no method matching svdfact(::SparseMatrixCSC{Float64,Int64})

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