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 9ac5793 commit d1534a5Copy full SHA for d1534a5
sklearn/impute.py
@@ -408,7 +408,7 @@ def transform(self, X):
408
class MissingIndicator(BaseEstimator, TransformerMixin):
409
"""Binary indicators for missing values.
410
411
- Note that this component typically should not not be used in a vanilla
+ Note that this component typically should not be used in a vanilla
412
:class:`Pipeline` consisting of transformers and a classifier, but rather
413
could be added using a :class:`FeatureUnion` or :class:`ColumnTransformer`.
414
0 commit comments