I am just playing around encoding and decoding but I get this error from sklearn:
Warning (from warnings module): File \"C:\\Python36\\lib\\site-packa
After updated numpy, the warning was cleared away:
conda update numpy
You can also update it by pip or something else.