DEV Community

sunvir72
sunvir72

Posted on

Classification using a django app creating 'UnicodeDecodeError' error

Screenshot of .pkl file

Screenshot of the csv file

I am getting a csv file as an input from the user and then loading a saved pickle file to perform classification. But i am getting errors like:

UnicodeDecodeError at /home_/Link5/classification/ 'charmap' codec can't decode byte 0x81 in position 47: character…

Top comments (0)