diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-13 17:09:34 -0700 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-05-13 17:09:34 -0700 |
commit | 7001792f10cb17d88ed2d4c58364b6304bbd0816 (patch) | |
tree | 65689bf82f97be5834d5d2e570cbad92e5f373f6 /creg/README | |
parent | b56da6f08c4f59b562a102671ac3deb135b0538a (diff) |
put creg in its own top-level folder
Diffstat (limited to 'creg/README')
-rw-r--r-- | creg/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/creg/README b/creg/README new file mode 100644 index 00000000..2c04c83b --- /dev/null +++ b/creg/README @@ -0,0 +1,7 @@ +creg is a fast tool for training linear and logistic regression models with +l_1 and l_2 regularization. Its data (feature and response) format is compatible +with ARKRegression. + +Example invokation: +$ ./creg -x test_data/iris.trainfeat -y test_data/iris.trainresp --l2 100 + |