diff options
| author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 | 
|---|---|---|
| committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-26 14:55:38 -0400 | 
| commit | 427d2be0040c28bba680c48aca9514ef932ecb56 (patch) | |
| tree | 7e57311025c30375c46a3db352b76cf308f7c4f2 /creg/README | |
| parent | c6ef1c92d2da273fd5a413b5166a9acc8ebb1e5f (diff) | |
remove creg
Diffstat (limited to 'creg/README')
| -rw-r--r-- | creg/README | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/creg/README b/creg/README deleted file mode 100644 index 208cabf5..00000000 --- a/creg/README +++ /dev/null @@ -1,20 +0,0 @@ -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. - -EXAMPLES - -Logistic regression example (training only): -  $ ./creg -x test_data/iris.trainfeat -y test_data/iris.trainresp --l1 1.0 > weights.txt - -Logistic regression example (training and testing): -  $ ./creg -x test_data/iris.trainfeat -y test_data/iris.trainresp --l1 1.0 \ -        -t test_data/iris.testfeat -s test_data/iris.testresp > weights.txt - -Linear regression example (training and testing): -  $ ./creg -n -x test_data/auto-mpg.trainfeat -y test_data/auto-mpg.trainresp --l2 1000 \ -        -t test_data/auto-mpg.testfeat -s test_data/auto-mpg.testresp > weights.txt - -Ordinal regression example -  $ ./creg -o -x test_data/shuttle.trainfeat -y test_data/shuttle.trainresp - | 
