Skip to content

Commit

Permalink
Update docs/source/gs-processing/developer/input-configuration.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Theodore Vasiloudis <[email protected]>
  • Loading branch information
jalencato and thvasilo authored Nov 7, 2023
1 parent 62f9d6e commit e49e0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ arguments.

- ``multi-categorical``

- Apply column-wise transformation for vector-like data from a fixed list of possible values which can be treated as a categorical feature which are encoded using multi-hot encoding.
- Encodes vector-like data from a fixed list of possible values (i.e. multi-label/multi-categorical data) using a multi-hot encoding. The length of the resulting vector will be the number of categories in the data minus one, and each value will have a 1 value for every category that appears, and 0 everwhere else.
- ``kwargs``:
- ``separator`` (String, optional): Same as the one in the No-op operation, the separator is used to
split input value in CSV format. If it is not provided, then the whole value will be considered as an array.
Expand Down

0 comments on commit e49e0fe

Please sign in to comment.