package svmwrap

  1. Overview
  2. Docs
Wrapper on top of libsvm-tools

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.0.tar.gz
md5=faa68465c3574c9e1550e9c7bb1b7234

Description

Svmwrap can be used to train/test regressors using libsvm-tools.

(Scary) usage: usage: ./svmwrap -i : training set or DB to screen --feats : number of features [-o ]: predictions output file [-np ]: ncores [--kernel ] choose kernel type {Lin|RBF|Sig|Pol} [-c ]: fix C [-e ]: epsilon in the loss function of epsilon-SVR; (0 <= epsilon <= max_i(|y_i|)) [--nlopt ]: use NLopt with MAX_ITER (global optim.) instead of grid-search (recommended: MAX_ITER >= 100) [-g ]: fix gamma (for RBF and Sig kernels) [-r ]: fix r for the Sig kernel [--iwn]: turn ON instance-wise-normalization [--scale]: turn ON [0:1] scaling (NOT PRODUCTION READY) [--no-plot]: no gnuplot [{-n|--NxCV} ]: folds of cross validation [-q]: quiet [-v|--verbose]: equivalent to not specifying -q [--seed ]: fix random seed [-p ]: training set portion (in [0.0:1.0]) [--pairs]: read from .AP files (atom pairs; will offset feat. indexes by 1) [--train <train.liblin>]: training set (overrides -p) [--valid <valid.liblin>]: validation set (overrides -p) [--test <test.liblin>]: test set (overrides -p) [{-l|--load} ]: prod. mode; use trained models [{-s|--save} ]: train. mode; save trained models [-f]: force overwriting existing model file [--scan-c]: scan for best C [--scan-e ]: epsilon scan #steps for SVR [--scan-g]: scan for best gamma [--regr]: regression (SVR); also, implied by -e and --scan-e [--e-range ::]: specific range for e (semantic=start:nsteps:stop) [--c-range <float,float,...>] explicit scan range for C (example='0.01,0.02,0.03') [--g-range <float,float,...>] explicit range for gamma (example='0.01,0.02,0.03') [--r-range <float,float,...>] explicit range for r (example='0.01,0.02,0.03')

Published: 16 Nov 2021

README

svmwrap

Wrapper on top of libsvm-tools

Dependencies (11)

  1. nlopt-ocaml >= "0.5.1"
  2. line_oriented >= "1.2.0"
  3. parany >= "11.0.0"
  4. molenc >= "16.0.0"
  5. minicli >= "5.0.0"
  6. dune >= "2.9"
  7. dolog >= "6.0.0"
  8. cpm >= "11.0.0"
  9. conf-libsvm-tools
  10. batteries
  11. base-unix

Dev Dependencies

None

Used by

None

Conflicts

None