Skip to content

Commit 13a9659

Browse files
committed
fix doc
1 parent 7bbc69e commit 13a9659

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ private[feature] trait ImputerParams extends Params with HasInputCols with HasOu
9696
* Note that the mean/median value is computed after filtering out missing values.
9797
* All Null values in the input columns are treated as missing, and so are also imputed. For
9898
* computing median, DataFrameStatFunctions.approxQuantile is used with a relative error of 0.001.
99-
* The output column is always of Double type regardless of the input column type.
10099
*/
101100
@Experimental
102101
@Since("2.2.0")

0 commit comments

Comments
 (0)