Skip to content

Commit

Permalink
remove default labels column in favor of custom col name (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
  • Loading branch information
sarahyurick authored Dec 26, 2024
1 parent 25ecb0d commit 5968514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossfit/op/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def call(self, data: Union[cudf.Series, cudf.DataFrame]) -> Union[cudf.Series, c
return output

def meta(self):
labeled = {"labels": "string"}
labeled = {self.suffix: "string"}

if self.cols and len(self.cols) > 1:
labeled = {
Expand Down

0 comments on commit 5968514

Please sign in to comment.