TypeError w/ Boolean Data
AndrewGBalaschak opened this issue · 1 comments
AndrewGBalaschak commented
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."
Diyago commented
hi! thank you for reaching out. Could you please give reproducible error with sample data