Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/16284#discussion_r92517679
--- Diff: R/pkg/R/mllib.R ---
@@ -717,7 +716,7 @@ setMethod("predict", signature(object = "KMeansModel"),
#' @param regParam the regularization parameter.
#' @param elasticNetParam the ElasticNet mixing parameter. For alpha =
0.0, the penalty is an L2 penalty.
#' For alpha = 1.0, it is an L1 penalty. For 0.0 <
alpha < 1.0, the penalty is a combination
-#' of L1 and L2. Default is 0.0 which is an L2
penalty.
--- End diff --
since there is an explanation I wouldn't mind keeping it.
ditto the next one
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]