Skip to content

Commit

Permalink
[DOCS] change regression parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
paynie authored Jan 31, 2018
1 parent fa8bcb6 commit 2db84de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algo/lr_on_angel.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Angel MLLib提供了用Mini-Batch Gradient Descent优化方法求解的Logistic
* ml.validate.ratio:每次validation的样本比率,设为0时不做validation
* ml.learn.rate:初始学习速率
* ml.learn.decay:学习速率衰减系数
* reg.loss.type:正则项类型,目前可以配置**loss1**和**loss2**,**loss1**表示使用L1正则项,**loss2**表示使用L2正则项
* ml.reg.loss.type:正则项类型,目前可以配置**loss1**和**loss2**,**loss1**表示使用L1正则项,**loss2**表示使用L2正则项
* ml.reg.l1:L1惩罚项系数,仅当reg.loss.type配置为**loss1**时有效
* ml.reg.l2:L2惩罚项系数,仅当reg.loss.type配置为**loss2**时有效
* ml.lr.use.intercept:使用截距
Expand Down

0 comments on commit 2db84de

Please sign in to comment.