package linwrap

  1. Overview
  2. Docs
Wrapper around liblinear-tools

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.0.tar.gz
md5=ac460ea9915a488bc56d0acf9d966b04

Description

Only L2-regularized logistic regression is supported currently. Each model is trained on balanced bootstraps from the training set (one bootstrap for the positive class, one for the negative class). The size of the bootstrap is the size of the smallest (under-represented) class. Bagging is supported and allows to obtain better models.

usage: linwrap -i : training set or DB to screen [-o ]: predictions output file [-np ]: ncores [-c ]: fix C [-w ]: fix w1 [-k ]: number of bags for bagging (default=off) [-n ]: folds of cross validation [--seed ]: fix random seed [-p ]: training set portion (in [0.0:1.0]) [{-l|--load} ]: prod. mode; use trained models [{-s|--save} ]: train. mode; save trained models [--scan-c]: scan for best C [--scan-w]: scan weight to counter class imbalance [--scan-k]: scan number of bags (advice: optim. k rather than w)

Published: 08 Jan 2020

README

linwrap

wrapper on top of liblinear-tools

Dependencies (9)

  1. dokeysto_camltc
  2. conf-liblinear-tools
  3. parany >= "6.0.0" & < "10.0.0"
  4. minicli
  5. dune >= "1.10"
  6. dolog >= "4.0.0" & < "5.0.0"
  7. cpm
  8. batteries
  9. base-unix

Dev Dependencies

None

Used by

None

Conflicts

None