Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to print() a GaussianNormalizer instance throws an error #883

Closed
srinify opened this issue Sep 16, 2024 · 0 comments · Fixed by #905
Closed

Trying to print() a GaussianNormalizer instance throws an error #883

srinify opened this issue Sep 16, 2024 · 0 comments · Fixed by #905
Assignees
Labels
bug Something isn't working
Milestone

Comments

@srinify
Copy link

srinify commented Sep 16, 2024

Environment Details

  • RDT version: 1.12.4

Error Description

Screenshot 2024-09-16 at 2 43 39 PM

Steps to reproduce

from rdt.transformers.numerical import GaussianNormalizer
transformer = GaussianNormalizer()

print(transformer)

Originally raised in #869

@srinify srinify added the bug Something isn't working label Sep 16, 2024
@srinify srinify changed the title Displaying a GaussianNormalizer instance throws an error Trying to print() a GaussianNormalizer instance throws an error Sep 16, 2024
@amontanez24 amontanez24 added this to the 1.13.1 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants