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

Make transforms adaptable to the input #225

Open
ordabayevy opened this issue Aug 2, 2024 · 1 comment
Open

Make transforms adaptable to the input #225

ordabayevy opened this issue Aug 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@ordabayevy
Copy link
Contributor

Currently, transforms that rely on var_names_g (ZScore and DivideByScale) throw an error if input var_names_g doesn't match self.var_names_g. For example, if the Filter transform is used upstream then these transforms need to be instantiated with filtered __init__ arguments which makes it inconvenient to use. This issue proposes to make this transforms flexible and adapt to filtered or re-ordered inputs.

@ordabayevy ordabayevy added the enhancement New feature or request label Aug 2, 2024
@ordabayevy
Copy link
Contributor Author

Note: check for unique var_names_g.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant