Skip to content

Commit 00a1dc5

Browse files
committed
Add the param to the linearregression impl
1 parent c9e05a3 commit 00a1dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import org.apache.spark.util.StatCounter
4242
*/
4343
private[regression] trait LinearRegressionParams extends PredictorParams
4444
with HasRegParam with HasElasticNetParam with HasMaxIter with HasTol
45-
with HasFitIntercept
45+
with HasFitIntercept with HasStandardization
4646

4747
/**
4848
* :: Experimental ::

0 commit comments

Comments
 (0)