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

easy.py使用中ValueError: could not convert string to float: svm_options错误问题解决

时间:2015-08-13 17:14:22      阅读:336      评论:0      收藏:0      [点我收藏+]

标签:

在使用easy.py中出现如下图所示问题

技术分享

解决方法:

1、找到cmd = ‘{0} -svmtrain "{1}" -gnuplot "{2}" "{3}"‘.format(grid_py, svmtrain_exe, gnuplot_exe, scaled_file)

2、将其改为cmd = ‘python {0} -svmtrain "{1}" -gnuplot "{2}" "{3}"‘.format(grid_py, svmtrain_exe, gnuplot_exe, scaled_file)

最后结果如下图:

技术分享

easy.py使用中ValueError: could not convert string to float: svm_options错误问题解决

标签:

原文地址:http://www.cnblogs.com/aaron-shu/p/4727558.html

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