基于sklearn的线性回归中,引入多维数组出现TypeError: only size-1 arrays can be converted to Python scalars
defrunplt():plt.figure()plt.title(u’低氧环境下运动员白细胞含量随运动时间的变化’)plt.xlabel(u’运动时间’)plt.ylabel(u’白细胞含量')plt.axis([0,62,2,7])plt.grid(True)returnpltplt1=runplt()x=[[0],[8],[18],[25],[32],[38],[45],[50],[52],