sdv-dev / CTGAN

Conditional GAN for generating synthetic tabular data.
Other
1.23k stars 279 forks source link

Remove FutureWarning: Setting an item of incompatible dtype is deprecated #373

Closed amontanez24 closed 4 months ago

amontanez24 commented 4 months ago

Problem Description

The following future warning is raising and cluttering logs for SDV and CTGAN:

C:\hostedtoolcache\windows\Python\3.10.11\x64\lib\site-packages\ctgan\data_transformer.py:196: FutureWarning:

Setting an item of incompatible dtype is deprecated and will raise in a future error of pandas. Value '[0.09704364]' has dtype incompatible with float32, please explicitly cast to a compatible dtype first.

Expected behavior