当前位置:网站首页>成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
2022-08-02 21:21:00 【一个处女座的程序猿】
成功解决TypeError: can't multiply sequence by non-int of type 'float'
目录
解决问题
TypeError: can't multiply sequence by non-int of type 'float'
解决思路
类型错误:不能将序列乘以float类型的非int类型
解决方法
1、分析bug
失败运行的结果
['male' 'female' 'female' 'female' 'male' 'male' 'male' 'male' 'female'
'female']
value_grids = np.percentile(feature_values, percentile_grids)
TypeError: can't multiply sequence by non-int of type 'float'
成功运行的结果
[1 0 0 0 1 1 1 1 0 0]
2、定位出错函数
分析函数的输入参数,分析出错参数feature,分发现该参数的规则是
feature: string or list, feature or feature list to investigate, for one-hot encoding features, feature list is required
故输入数据及数据类型,应该满足 one-hot encoding features以上条件才可以!
哈哈,大功告成!
边栏推荐
猜你喜欢
随机推荐
正则表达式
C primer plus学习笔记 —— 9、联合&枚举&typdef
The Orsay in Informatics (1256: Bouquet for Algernon)
The software testing process specification is what?Specific what to do?
@Transactional 事务调用与生效场景总结
拥抱Cmake小朋友 简单又实用,但是不灵活
UDP (User Datagram Protocol)
主成分分析(PCA)
win10桌面图标全部变成白色的怎么办
【3D视觉】realsense D435三维重建
回文自动机+CodeTON Round 2 C,D
vscode如何能将输出从OUTPUT改为TERMINAL或者DebugConsole
VisualStudio 制作Dynamic Link Library动态链接库文件
30天啃透这份Framework 源码手册直接面进大厂
apache calcite中关于model文件配置
人尽皆知的云原生,到底是大势所趋还是过度炒作?
[c] Detailed explanation of operators (1)
你我都会遇到的需求:如何导出MySQL中的数据~ 简单!实用!
【3D视觉】深度摄像头与3D重建
ICLR 2022最佳论文:基于对比消歧的偏标签学习