We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e05a3 commit 00a1dc5Copy full SHA for 00a1dc5
mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala
@@ -42,7 +42,7 @@ import org.apache.spark.util.StatCounter
42
*/
43
private[regression] trait LinearRegressionParams extends PredictorParams
44
with HasRegParam with HasElasticNetParam with HasMaxIter with HasTol
45
- with HasFitIntercept
+ with HasFitIntercept with HasStandardization
46
47
/**
48
* :: Experimental ::
0 commit comments