-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
I noticed that there is bug in the preprocessing code for 20ng(scripts/data_20ng.py)
Line 88 in 52b090b
| docs_ts = [[word2id[w] for w in init_docs[idx_d+num_docs_tr].split() if w in word2id] for idx_d in range(tsSize)] |
missing the idx_permute index convert
Metadata
Metadata
Assignees
Labels
No labels