Skip to content

Commit

Permalink
Merge pull request #782 from timgates42/bugfix/typo_output
Browse files Browse the repository at this point in the history
Fix simple typo: ouput -> output
  • Loading branch information
argenisleon authored Dec 14, 2019
2 parents 39326b3 + 2ffe029 commit fdf70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimus/ml/encoding.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def string_to_index(df, input_cols, output_cols=None, columns=None, **kargs):
numeric, we cast it to string and index the string values.
:param df: Dataframe to be transformed
:param input_cols: Columns to be indexed.
:param output_cols:Column where the ouput is going to be saved
:param output_cols:Column where the output is going to be saved
:return: Dataframe with indexed columns.
"""
df_actual = df
Expand Down

0 comments on commit fdf70de

Please sign in to comment.