FeatureTransforms.jl
FeatureTransforms.jl copied to clipboard
Power should take multiple parameters
Power
only takes one paramter for now. In our code base we often want to apply multiple powers to generate an expansion, i.e. 1, 2, 3, 4, etc.
It would be helpful if Power
could do this (which would make it a One to Many transform).