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 5a9ce9f commit e0aa211Copy full SHA for e0aa211
sklearn/impute.py
@@ -118,7 +118,7 @@ class SimpleImputer(BaseEstimator, TransformerMixin):
118
.. versionadded:: 0.20
119
strategy="constant" for fixed value imputation.
120
121
- fill_value : string or numerical value, optional
+ fill_value : string or numerical value, optional (default=None)
122
When strategy == "constant", fill_value is used to replace all
123
occurrences of missing_values.
124
If left to the default, fill_value will be 0 when imputing numerical
0 commit comments