Apr 21, 2009

LIBSVM 问题

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 不做参数搜索

0 comments: