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 7bbc69e commit 13a9659Copy full SHA for 13a9659
mllib/src/main/scala/org/apache/spark/ml/feature/Imputer.scala
@@ -96,7 +96,6 @@ private[feature] trait ImputerParams extends Params with HasInputCols with HasOu
96
* Note that the mean/median value is computed after filtering out missing values.
97
* All Null values in the input columns are treated as missing, and so are also imputed. For
98
* 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.
100
*/
101
@Experimental
102
@Since("2.2.0")
0 commit comments