Skip to content

Commit 132c3f2

Browse files
committed
-- bugfix for integer column pandas dataframes
1 parent 2998ac2 commit 132c3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_tabular/config/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class DataConfig:
8181
default=MISSING,
8282
metadata={"help": "A list of strings with the names of the target column(s)"},
8383
)
84-
continuous_cols: List[str] = field(
84+
continuous_cols: List = field(
8585
default_factory=list,
8686
metadata={"help": "Column names of the numeric fields. Defaults to []"},
8787
)

0 commit comments

Comments
 (0)