Skip to content

returns lda instead of lsa #13

@cstenkamp

Description

@cstenkamp

"tfidf_vec, svd, x_train_lda, x_test_lda = build_lsa(x_train, x_test)"

In the above line, you assign the result of the LSA to the variables x_train_lda, x_test_lda. Shouldn't it be lsa in both cases?

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