Skip to content

Commit

Permalink
#521 support in SampleColumnsProvider by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Sep 14, 2023
1 parent 483029a commit 90e6102
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arekit/common/data/input/providers/columns/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_columns_list_with_types(self):
# insert labels
if self.__store_labels:
dtypes_list.append((const.LABEL_UINT, 'int32'))
dtypes_list.append((const.LABEL_STR, str))

# insert text columns
for col_name in self.__text_column_names:
Expand Down

0 comments on commit 90e6102

Please sign in to comment.