首页 > 其他 > 详细

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

时间:2015-08-13 17:12:43      阅读:936      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!