mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
663 stars 102 forks source link

MLDB-2143 fix issue with utf8 labels in classifier accuracy testing #848

Closed mathieumb closed 7 years ago

mathieumb commented 7 years ago

one-liner bug.

guyd commented 7 years ago

So, if I understand correctly, the training and the prediction were not actually impacted by the bug. It was only the reporting of the stats that was not handling non-ascii characters.

guyd commented 7 years ago

+1

mathieumb commented 7 years ago

It was throwing on a generic "cannot cast Utf8 to ASCII" exception while formatting the result JSON.