summaryrefslogtreecommitdiff
path: root/creg/README
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-05-13 17:09:34 -0700
committerChris Dyer <cdyer@cs.cmu.edu>2012-05-13 17:09:34 -0700
commita937d645257f0949e138f3548fd0a2b65ea8aa11 (patch)
treead46b2f3c24ad8f3fab3cd8b7971e646552e1a17 /creg/README
parent69b0bf8d618338c82fda17878defff77fb35a69f (diff)
put creg in its own top-level folder
Diffstat (limited to 'creg/README')
-rw-r--r--creg/README7
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
+