Skip to content

Commit 38b32fe

Browse files
authored
[Docs] Add log parameter for sgd-lr example
1 parent bd4f65b commit 38b32fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/deploy/run_on_yarn.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
./angel-submit \
4343
--angel.app.submit.class "com.tencent.angel.ml.classification.lr.LRRunner"\
4444
--angel.train.data.path "hdfs://my-nn:54310/test/lr_data" \
45+
--angel.log.path "hdfs://my-nn:54310/test/log" \
4546
--angel.model.save.path "hdfs://my-nn:54310/test/model" \
4647
--action.type train \
4748
--ml.data.type libsvm \
@@ -57,6 +58,7 @@
5758
| action.type | 计算类型,目前支持"train"和"predict"两种,分别表示模型训练和预测 |
5859
| angel.app.submit.class | 算法运行类,每个算法都对应一个运行类|
5960
| angel.train.data.path | 训练数据路径 |
61+
| angel.log.path | 算法指标日志输出路径 |
6062
| angel.model.save.path | 模型保存路径 |
6163
| ml.data.type | 训练数据格式,默认支持两种格式libsvm和dummy |
6264
| ml.feature.num | 模型维度 |

0 commit comments

Comments
 (0)