-
Notifications
You must be signed in to change notification settings - Fork 1
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
Transform interface and example Power transformation #1
Conversation
I feel like maybe this package should be called |
Yeah perhaps that's better Edit: I've now changed the name of the package and updated all references in the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me, though I'm obviously biased. I think some more extensive testing and sample transforms would help. We may also need to do some iteration on the kwargs
and function names at a later time.
4ff3cf8
to
9c8eda3
Compare
Co-authored-by: Ben Cottier <[email protected]>
Although this is the current LTS we expect to make a lot of use of eachslice in the package which was only introduced in 1.1. Furthermore, the upcoming 1.6 release will be the new LTS.
PoC for the package interface (modelled off Impute.jl) and a prototype transform.