We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c622f8 commit 2dc9cb8Copy full SHA for 2dc9cb8
mllib/src/main/scala/org/apache/spark/mllib/regression/GeneralizedLinearAlgorithm.scala
@@ -131,7 +131,7 @@ abstract class GeneralizedLinearAlgorithm[M <: GeneralizedLinearModel]
131
/**
132
* Set if the algorithm should use feature scaling to improve the convergence during optimization.
133
*/
134
- private[mllib] def setFeatureScaling(useFeatureScaling: Boolean): this.type = {
+ def setFeatureScaling(useFeatureScaling: Boolean): this.type = {
135
this.useFeatureScaling = useFeatureScaling
136
this
137
}
0 commit comments