Environment Details
Please indicate the following details about the environment in which you found the bug:
- SDGym version: 0.9.1, 0.10.0
- Python version:
- Operating System:
Error Description
There isn't an error, but a bunch of warnings show from RDT when running sdgym.benchmark_single_table. The specific warnings can be seen below
Steps to reproduce
import sdgym
sdgym.benchmark_single_table(['UniformSynthesizer'])
.../python3.10/site-packages/rdt/hyper_transformer.py:477: UserWarning: Sdtype 'id' is incompatible with transformer 'UniformEncoder'. Assigning a new transformer to it.
warnings.warn(
.../python3.10/site-packages/rdt/hyper_transformer.py:477: UserWarning: Sdtype 'datetime' is incompatible with transformer 'UniformEncoder'. Assigning a new transformer to it.
warnings.warn(
.../python3.10/site-packages/rdt/hyper_transformer.py:477: UserWarning: Sdtype 'categorical' is incompatible with transformer 'FloatFormatter'. Assigning a new transformer to it.
warnings.warn(
.../python3.10/site-packages/rdt/hyper_transformer.py:477: UserWarning: Sdtype 'categorical' is incompatible with transformer 'FloatFormatter'. Assigning a new transformer to it.
warnings.warn(