1. easy.py 和 grid.py 中svm 程序的路径和 gnuplot 的路径
2. 在 shell/dos 环境下若未设置,执行 xx.py 并不能调用python,因此 easy.py 中对 grid.py 的调用需要前面加个 python
cmd = 'python %s -svmtrain "%s" -gnuplot "%s" "%s"' % (grid_py, svmtrain_exe, gnuplot_exe, scaled_file)
libsvm 可用于 regression
svmtrain 中的cv 不做参数搜索
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment