Skip to content

Commit 5490604

Browse files
committed
Fixed docs
1 parent 7a3e792 commit 5490604

File tree

1 file changed

+1
-1
lines changed
  • autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/imputation

1 file changed

+1
-1
lines changed

autoPyTorch/pipeline/components/preprocessing/tabular_preprocessing/imputation/SimpleImputer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SimpleImputer(BaseImputer):
2626
The random state to use for the imputer.
2727
numerical_strategy (str: default='mean'):
2828
The strategy to use for imputing numerical columns.
29-
Can be one of ['mean', 'median', 'most_frequent', 'constant', 'constant_!missing!']
29+
Can be one of ['most_frequent', 'constant_!missing!']
3030
categorical_strategy (str: default='most_frequent')
3131
The strategy to use for imputing categorical columns.
3232
Can be one of ['mean', 'median', 'most_frequent', 'constant_zero']

0 commit comments

Comments
 (0)