ValueError: Unknown label type: 'continuous'

 

说明:SVM训练的标签列必须为整型数值,不能为float.y = np.array(y, dtype=int)或y.astype('int')
相关文章
相关标签/搜索