ChristianSch/skml

examples show bad practive

ChristianSch opened this issue · 2 comments

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