当前位置:网站首页>成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
2022-08-11 00:33:00 【一个处女座的程序猿】
成功解决TypeError: can't multiply sequence by non-int of type 'float'
目录
解决问题
TypeError: can't multiply sequence by non-int of type 'float'
解决思路
类型错误:不能将sequence乘以“float”类型的非整数
解决方法
两个数据类型不一致,不能够进行multiply运算!重新检查输入数据类型,本案例问题的背景是在特征工程过程中遇到的,
feature: string or list.feature or feature list to investigate,for one-hot encoding features, feature list is required.字符串或列表,要调查的特征或特征列表,对于one-hot编码特征,需要特征列表。
经过分析,发现输入的数据类型为object,而函数要求int或者float类型。
故更改数据变量类型即可!
边栏推荐
- Jvm.分析工具(jconsole,jvisualvm,arthas,jprofiler,mat)
- [Excel knowledge and skills] Convert "false" date to "true" date format
- sed of the Three Musketeers of Shell Programming
- EN 12467纤维水泥平板产品—CE认证
- “蔚来杯“2022牛客暑期多校训练营3 DF题解
- How to build speed, speed up again
- 云原生-VMware虚拟机安装Kubesphere实战(一)
- electron -autoUpdater 更新
- Where can I download IEEE papers?
- 关于科研学习中的几个问题:如何看论文?如何评价工作?如何找idea?
猜你喜欢

微信小程序自定义navigationBar

只会懒汉式和饿汉式 你还不懂单例模式!

如何破坏Excel文件,让其显示文件已损坏方法

百战RHCE(第四十八战:运维工程师必会技-Ansible学习3-构建Ansible清单)

Kunpeng compilation and debugging and basic knowledge of native development tools

16. File upload

word 设置标题前分页

Dump file generation, content, and analysis
![[Excel knowledge and skills] Convert text numbers to numeric format](/img/7e/16a068025ec2639b343436c7f5b245.png)
[Excel knowledge and skills] Convert text numbers to numeric format

构建检测,无规矩不成方圆
随机推荐
How engineers treat open source
20张图,全面掌握MVCC原理!
WebView2 通过 PuppeteerSharp 实现RPA获取壁纸 (案例版)
Volatile和CAS
报错:Client does not support authentication protocol requested by server; consider upgrading MySQL cli
两个链表的第一个公共节点——LeetCode
[数据可视化] 图表设计原则
关于编程本质那些事
Based on the SSM to reach the phone sales mall system
22/8/9 贪心问题合集
【openpyxl】过滤和排序
使用 BeanUtils 做属性拷贝,性能有点拉胯!
How to easily obtain the citation format of references?
YOLOv5的Tricks | 【Trick12】YOLOv5使用的数据增强方法汇总
力扣------值相等的最小索引
ArcGIS Pro 创建tpk
Qt入门(六)——抽奖系统的实现
① 数据库介绍 及 关系型数据库的关系代数表达式
Where can I download IEEE papers?
微信小程序通过URL Scheme动态的渲染数据