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 0d8a04b commit bb5110bCopy full SHA for bb5110b
sklearn/impute.py
@@ -115,6 +115,9 @@ class SimpleImputer(BaseEstimator, TransformerMixin):
115
- If "constant", then replace missing values with fill_value. Can be
116
used with strings or numeric data.
117
118
+ .. versionadded:: 0.20
119
+ strategy="constant" for fixed value imputation.
120
+
121
fill_value : string or numerical value, optional
122
When strategy == "constant", fill_value is used to replace all
123
occurrences of missing_values.
0 commit comments