sklearn中调用OneHot编码出现ValueError:X needs to contain only non-negative integers.解决办法

独热码独热码,在英文文献中称做 one-hot code,直观来说就是有多少个状态就有多少比特,而且只有一个比特为1,其他全为0的一种码制。例如,有6个状态的独热码状态编码为:000001,000010,000100,001000,010000,100000。 问题最近在做一个根据一个人的信息预测此人人品的机器学习项目:https://github.com/Root-lee/ML_micro_lo
Continue reading

  • Page 1 of 1

Root lee

沉默是金


Programmer


HangZhou