Skip to content

Remove clipping during ClusterBasedNormalizer transform #699

@fealho

Description

@fealho

Problem Description

The ClusterBasedNormalizer doesn't need to give a guarantee of values being between -1 and 1, so the clipping during the transform is unnecessary.

Expected behavior

Remove clipping during transform

normalized = np.clip(normalized, -.99, .99)

Note: ensure this doesn't break CTGAN.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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