-
SVM-GRID
Grid search for libsvm.
Requires
- GNU Parallel (https://www.gnu.org/software/parallel/)
- pv (https://www.ivarch.com/programs/pv.shtml)
#+BEGIN_SRC sh bash svm-grid.sh > svm-grid.out sort -g -k1,2 svm-grid.out | awk -f group.awk > rates.dat gnuplot -c contour.gp rates.dat BESTC BESTG #+END_SRC
There is also a plan to make the whole script configurable in the same way as libsvms grid.py, but I haven't gotten that far yet.
l
svm-grid
public
3 stars
0 forks
0 issues
Commits
List of commits on branch master.Unverified
e4514030570c133455ac6619b07940d204531e2eFix usage text
lljos committed 10 years ago
Unverified
3dacb7cad8d796814de88215d0de9e4bf6a90b81Indentation and move trap to function
lljos committed 10 years ago
Unverified
8bf8303260b31f2a409aafc45e112f3d50d93e1eMore ideomatic and fix some mistakes
lljos committed 10 years ago
Unverified
772b90ecb72c73f07bde4604fffc79252f5c567eMake script more general, move data to host
lljos committed 10 years ago
Unverified
4f7def774bc71c7707865556fb9e3481e64b85c0Retry, don't log
lljos committed 10 years ago
Unverified
66aacfed7e069a6bd8f1b7d425a8e255a085a3c9Add some more explenation
lljos committed 10 years ago