Skip to content

Commit

Permalink
remove addition
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed May 7, 2015
1 parent b82bd7c commit bd39fd2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ private[shared] object SharedParamsCodeGen {
" For alpha = 0, the penalty is an L2 penalty. For alpha = 1, it is an L1 penalty.",
isValid = "ParamValidators.inRange(0, 1)"),
ParamDesc[Double]("tol", "the convergence tolerance for iterative algorithms"),
ParamDesc[Double]("stepSize", "Step size to be used for each iteration of optimization."),
ParamDesc[Double]("p", "the p norm value.", isValid = "ParamValidators.gtEq(1)"))
ParamDesc[Double]("stepSize", "Step size to be used for each iteration of optimization."))

val code = genSharedParams(params)
val file = "src/main/scala/org/apache/spark/ml/param/shared/sharedParams.scala"
Expand Down

0 comments on commit bd39fd2

Please sign in to comment.