TypeError: reduction operation 'argmin' not allowed for this dtype
Posted hum0ro
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: reduction operation 'argmin' not allowed for this dtype相关的知识,希望对你有一定的参考价值。
解决方法:在idxmax()前加.astype(‘float64’)
.argmin() .argmax() 计算最大、小值所在位置的索引(针对自动索引的)(适用于Series类型:)
.idxmin() .idxmax() 计算最大、小值所在位置的索引(针对自定义索引的)(适用于Series类型:)
这几个函数都是适用的 不过 最好先把数据类型都打印出来
print(results_table.dtypes)
结果:
C_parameter float64
Mean recall score
object dtype: object 所以要把object类型转换为float64。用astype(flost64)完成 就像这样,然后就不报错了。
以上是关于TypeError: reduction operation 'argmin' not allowed for this dtype的主要内容,如果未能解决你的问题,请参考以下文章
如何修复 TypeError:main.__init__() 缺少 3 个必需的位置参数:'num1'、'num2' 和 'operator' [关闭]
codeigniter Uncaught TypeError: Cannot use 'in' operator to search 'length' in When theres additiona
jQuery UI Autocomplete JSON 给出错误:Uncaught TypeError: Cannot use 'in' operator to search '62' in
jquery each报 Uncaught TypeError: Cannot use 'in' operator to search for错误
无法从数组中获取相关值,出现 Uncaught TypeError "Cannot use 'in' operator to search 'length"
JQuery $.each遍历JSON字符串报Uncaught TypeError:Cannot use 'in' operator to search for