deprecation error in sklearn about empty array without any empty array in my code

前端 未结 2 1253
失恋的感觉
失恋的感觉 2021-02-04 07:57

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

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-04 08:07

    After updated numpy, the warning was cleared away:

    conda update numpy
    

    You can also update it by pip or something else.

提交回复
热议问题