kunaldahiya / pyxclib

Tools for multi-label classification problems.
MIT License
126 stars 36 forks source link

typo/why are train features written twice? #13

Closed cairomo closed 3 years ago

cairomo commented 3 years ago

in pyxclib/xclib/examples/sparse_bow_features_from_raw_data.py, lines 62 and 63 are both data_utils.write_data(trn_ofname, trn_features, trn_labels). Is that correct? or did you mean for one of them to be test features and test labels

cairomo commented 3 years ago

submitted a pr