-
Notifications
You must be signed in to change notification settings - Fork 323
Open
Description
Line 105 in 2f12277
| "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
Labels
No labels