Diyago/Tabular-data-generation

TypeError w/ Boolean Data

AndrewGBalaschak opened this issue · 1 comments

I have a dataset with boolean columns that refer to the bits in an IP address, at some point in training the CTGAN model the execution halts with the following error from NumPy:

"TypeError: numpy boolean subtract, the - operator, is not supported, use the bitwise_xor, the ^ operator, or the logical_xor function instead."

image

Diyago commented

hi! thank you for reaching out. Could you please give reproducible error with sample data