Refefer / fastxml

FastXML / PFastXML / PFastreXML - Implementation of Extreme Multi-label Classification
Other
149 stars 47 forks source link

'utf-8' codec can't decode byte 0xc0 in position #30

Open colinepiloquet opened 4 years ago

colinepiloquet commented 4 years ago

Hi, when running the simple case in Python and creating the Inferencer, I get an error in read_row saying: 'utf-8' codec can't decode byte 0xd5 in position 5: invalid continuation byte Any ideas how to solve that?

Thanks

Refefer commented 4 years ago

Interesting. Do you have more details you can share that would let me repro it?

colinepiloquet commented 4 years ago

I have used the dataset Delicious from scikit-multilearn and the code provided in the readme. This is my error error