Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo committed Dec 19, 2024
1 parent 27a1025 commit b6306c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ class CustomSplit:
----------
train : list[str]
Paths of the training mask parquet files.
valid : str
valid : list[str]
Paths of the validation mask parquet files.
test : str
test : list[str]
Paths of the testing mask parquet files.
mask_columns : list[str]
List of columns that contain original string ids.
Expand Down

0 comments on commit b6306c8

Please sign in to comment.