说明:SVM训练的标签列必须为整型数值,不能为float.

y = np.array(y, dtype=int)



y.astype('int')

 

相关文章: