Skip to content

Commit 5968514

Browse files
authored
remove default labels column in favor of custom col name (#106)
Signed-off-by: Sarah Yurick <[email protected]>
1 parent 25ecb0d commit 5968514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crossfit/op/label.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def call(self, data: Union[cudf.Series, cudf.DataFrame]) -> Union[cudf.Series, c
5757
return output
5858

5959
def meta(self):
60-
labeled = {"labels": "string"}
60+
labeled = {self.suffix: "string"}
6161

6262
if self.cols and len(self.cols) > 1:
6363
labeled = {

0 commit comments

Comments
 (0)