invenia / invenia/FeatureTransforms.jl
Composite Transforms
Open
- Dominant language
- Julia
- Stars
- 37
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/invenia/FeatureTransforms.jl/issues/99. cc @AlexRobson
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.