ChristianSch / skml

scikit-learn compatibel multi-label classification
http://skml.readthedocs.io/en/latest/
MIT License
6 stars 3 forks source link

examples show bad practive #12

Open ChristianSch opened 6 years ago

ChristianSch commented 6 years ago

they don't show train/test split, but instead just use the full training data as evaluation.

ChristianSch commented 6 years ago

turns out stratified train_test_split doesn't work with multi label data (see here).

ChristianSch commented 6 years ago

Depends on #4