fastxml
fastxml copied to clipboard
'utf-8' codec can't decode byte 0xc0 in position
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
Interesting. Do you have more details you can share that would let me repro it?
I have used the dataset Delicious from scikit-multilearn and the code provided in the readme.
This is my error