Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ama16 committed Jan 18, 2022
1 parent f0741fe commit 689a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etna/transforms/encoders/categorical.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def fit(self, df: pd.DataFrame) -> "_OneSegmentOneHotEncoderTransform":

def transform(self, df: pd.DataFrame) -> pd.DataFrame:
"""
Encode the `in_column` by fitted Label Binarize encoder.
Encode the `in_column` by fitted One Hot encoder.
Parameters
----------
Expand Down

0 comments on commit 689a7b6

Please sign in to comment.