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

Composite Transforms #105

Open
mzgubic opened this issue Dec 6, 2021 · 0 comments · May be fixed by #108
Open

Composite Transforms #105

mzgubic opened this issue Dec 6, 2021 · 0 comments · May be fixed by #108
Milestone

Comments

@mzgubic
Copy link
Contributor

mzgubic commented Dec 6, 2021

Should we add a CompositeTransform?

e.g. if we want a MeanStdScaling after a LogTransform we could write MeanStdScaling ∘ LogTransform.

I don't think the API can support this in its present form, since it does not distinguish between constructing the transforms and fitting them.

Related to #99. cc @AlexRobson

@mzgubic mzgubic linked a pull request May 17, 2022 that will close this issue
1 task
@mzgubic mzgubic added this to the 1.0 milestone Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant