Skip to content

Commit e0aa211

Browse files
jeremiedbbamueller
authored andcommitted
add fill_value default value to docstring (scikit-learn#11382)
1 parent 5a9ce9f commit e0aa211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/impute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class SimpleImputer(BaseEstimator, TransformerMixin):
118118
.. versionadded:: 0.20
119119
strategy="constant" for fixed value imputation.
120120
121-
fill_value : string or numerical value, optional
121+
fill_value : string or numerical value, optional (default=None)
122122
When strategy == "constant", fill_value is used to replace all
123123
occurrences of missing_values.
124124
If left to the default, fill_value will be 0 when imputing numerical

0 commit comments

Comments
 (0)