Closed cairomo closed 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
data_utils.write_data(trn_ofname, trn_features, trn_labels)
submitted a pr
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