当前位置: 代码迷 >> 综合 >> ValueError: could not convert string to float: 'Q'
  详细解决方案

ValueError: could not convert string to float: 'Q'

热度:50   发布时间:2023-12-26 19:48:18.0

可能是特征中有字符串类型,需要将特征转换成int 或float 就好了

  相关解决方案