Arron的博客

导航

随笔分类 -  SVM

easy.py使用中ValueError: could not convert string to float: svm_options错误问题解决
摘要:在使用easy.py中出现如下图所示问题解决方法:1、找到cmd = '{0} -svmtrain "{1}" -gnuplot "{2}" "{3}"'.format(grid_py, svmtrain_exe, gnuplot_exe, scaled_file)2、将其改为cmd = 'pyth... 阅读全文

posted @ 2015-08-13 15:57 aaron_shu 阅读(5307) 评论(0) 推荐(0)