Skip to content

Commit

Permalink
Update graphstorm-processing/graphstorm_processing/config/categorical…
Browse files Browse the repository at this point in the history
…_configs.py

Co-authored-by: Theodore Vasiloudis <[email protected]>
  • Loading branch information
jalencato and thvasilo authored Nov 7, 2023
1 parent e48dd5f commit 2032330
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MultiCategoricalFeatureConfig(FeatureConfig):
A separator to use when splitting a delimited string into multiple numerical values
as a vector. Only applicable to CSV input. Example: for a separator `'|'` the CSV
value `1|2|3` would be transformed to a vector, `[1, 2, 3]`. When `None` the expected
input format is an array of numerical values.
input format is an array of string values.
"""

Expand Down

0 comments on commit 2032330

Please sign in to comment.