diff options
author | Hai Liu <hai.liu@huawei.com> | 2016-04-21 01:52:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-21 01:52:34 +0000 |
commit | 1abb5e3ae5ae9ed6d5fae4734e6cc8ca279e7cd0 (patch) | |
tree | 1b08f5c81e89d1d1a6bd25f78af4bfbcdef11d5c | |
parent | 3e6596b35b0c69c54163234da3a037b3634e9785 (diff) | |
parent | 5e11dbdd676f4626da24502c76bebfd2e24b7970 (diff) |
Merge "Add config file for predictor JIRA:PREDICTION-47"
-rw-r--r-- | data/config.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/config.txt b/data/config.txt new file mode 100644 index 0000000..7042b7d --- /dev/null +++ b/data/config.txt @@ -0,0 +1,5 @@ +data/harddrive1/ZeroR_ROC.arff +mathexpression -E ifelse(a4>168,0,1) -V -R 63 +numerictonominal -R 63 +classassigner -C 64 + |