datasets
ChristianSch opened this issue · 1 comments
ChristianSch commented
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
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.