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 | a937d645257f0949e138f3548fd0a2b65ea8aa11 (patch) | |
tree | ad46b2f3c24ad8f3fab3cd8b7971e646552e1a17 /creg/README | |
parent | 69b0bf8d618338c82fda17878defff77fb35a69f (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 + |