Skip to content

UserWarning: Sdtype 'categorical' is incompatible with transformer when running sdgym.benchmark_single_table #381

@amontanez24

Description

@amontanez24

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(

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions