Open ChristianSch opened 6 years ago
they don't show train/test split, but instead just use the full training data as evaluation.
turns out stratified train_test_split doesn't work with multi label data (see here).
Depends on #4
they don't show train/test split, but instead just use the full training data as evaluation.