2014-03-03 12:26:40 -08:00
..
2014-02-24 22:19:40 -08:00
2014-02-24 22:19:40 -08:00
2014-02-24 22:19:40 -08:00
ok
2014-03-03 12:26:40 -08:00
2014-03-03 11:05:10 -08:00
2014-02-24 22:19:40 -08:00
2014-03-01 21:49:29 -08:00
ok
2014-03-03 12:26:40 -08:00
ok
2014-03-03 12:26:40 -08:00

example of training a binary classifier on UCI dataset
http://archive.ics.uci.edu/ml/datasets/Mushroom

Run: ./runexp.sh

Format of input: LIBSVM format

Format of featmap.txt:
<featureid> <featurename> <q or i>\n

q means continuous quantities, i means indicator features.
Feature id must be from 0 to num_features, in sorted order.