会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
蓝色的风虫
这些只懂得抄袭的人,永远没有勇气弄些跟人家不一样的东西。如果你找到一些真正的新事物,它一定有些与众不同之处。
博客园
首页
新随笔
新文章
联系
管理
订阅
2019年1月8日
tpot ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
摘要: 机器学习训练的时候报出这个问题 是因为dataframe中的数据类型有一个是‘object’,把它转成int,或float 就行,如下 df['A'] = df['A‘].astype(int) 参考链接: https://blog.csdn.net/wqtltm/article/details/8
阅读全文
posted @ 2019-01-08 18:18 天进鱼
阅读(8725)
评论(0)
推荐(0)
公告