We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4f65b commit 38b32feCopy full SHA for 38b32fe
docs/deploy/run_on_yarn.md
@@ -42,6 +42,7 @@
42
./angel-submit \
43
--angel.app.submit.class "com.tencent.angel.ml.classification.lr.LRRunner"\
44
--angel.train.data.path "hdfs://my-nn:54310/test/lr_data" \
45
+ --angel.log.path "hdfs://my-nn:54310/test/log" \
46
--angel.model.save.path "hdfs://my-nn:54310/test/model" \
47
--action.type train \
48
--ml.data.type libsvm \
@@ -57,6 +58,7 @@
57
58
| action.type | 计算类型,目前支持"train"和"predict"两种,分别表示模型训练和预测 |
59
| angel.app.submit.class | 算法运行类,每个算法都对应一个运行类|
60
| angel.train.data.path | 训练数据路径 |
61
+ | angel.log.path | 算法指标日志输出路径 |
62
| angel.model.save.path | 模型保存路径 |
63
| ml.data.type | 训练数据格式,默认支持两种格式libsvm和dummy |
64
| ml.feature.num | 模型维度 |
0 commit comments