ChristianSch / skml

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

datasets #20

Open ChristianSch opened 6 years ago

ChristianSch commented 6 years ago

Currently load_dataset isn't really helpful. I guess mirroring them and having a custom load method that does not depend on skmultilearn would be good, as it's currently broken.

ChristianSch commented 6 years ago

arff handling is massively broken. there are two modules that are internally named arff (arff, liac-arff). skmultilearn's load_from_arff is broken and not maintained right now, and scipy's arff capabilities stop with sparse data.