examples show bad practive
ChristianSch opened this issue · 2 comments
ChristianSch commented
they don't show train/test split, but instead just use the full training data as evaluation.
ChristianSch commented
turns out stratified train_test_split doesn't work with multi label data (see here).
ChristianSch commented
Depends on #4