File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
mllib/src/main/scala/org/apache/spark/ml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ class LogisticRegression(override val uid: String)
103103 * The coefficients of models will be always returned on the original scale,
104104 * so it will be transparent for users. Note that with/without standardization,
105105 * the models should be always converged to the same solution when no regularization
106- * is applied.
106+ * is applied. In R's GLMNET package, the default behavior is true as well.
107107 * Default is true.
108108 * @group setParam
109109 * */
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class LinearRegression(override val uid: String)
8989 * The coefficients of models will be always returned on the original scale,
9090 * so it will be transparent for users. Note that with/without standardization,
9191 * the models should be always converged to the same solution when no regularization
92- * is applied.
92+ * is applied. In R's GLMNET package, the default behavior is true as well.
9393 * Default is true.
9494 * @group setParam
9595 */
You can’t perform that action at this time.
0 commit comments