码迷,mamicode.com
首页 > 其他好文 > 详细

TypeError: only integer scalar arrays can be converted to a scalar index

时间:2018-05-01 00:31:28      阅读:969      评论:0      收藏:0      [点我收藏+]

标签:bubuko   pre   分享   class   convert   ted   div   integer   only   

技术分享图片

把代码处修改如下:

#print(‘Optimal number of features %d‘ % percentiles[opt])
print(‘Optimal number of features %d‘ % np.array(percentiles)[opt])

  

TypeError: only integer scalar arrays can be converted to a scalar index

标签:bubuko   pre   分享   class   convert   ted   div   integer   only   

原文地址:https://www.cnblogs.com/xiaodongsuibi/p/8975307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!