separate binary classification and regression demo

This commit is contained in:
kalenhaha
2014-03-22 21:48:27 +08:00
parent 255b1f4043
commit 193d1d165f
11 changed files with 0 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
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.