autofeat error:TypeError: expected dtype object, got ‘numpy.dtype[float64]‘

参考

  • aistudio

Error

  • TypeError: expected dtype object, got ‘numpy.dtype[float64]’
  • 在使用autofeat创建特征时,在本地运行时顺利但在云端运行失败
  • 参考后发现是 numba版本的问题:
  • 本地numba:0.53.1autofeat error:TypeError: expected dtype object, got ‘numpy.dtype[float64]‘_第1张图片
  • 云端 :0.48.0autofeat error:TypeError: expected dtype object, got ‘numpy.dtype[float64]‘_第2张图片

解决方案

pip install -U numba==0.53.1

你可能感兴趣的:(Error,python,机器学习)