-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Transformers currently contain a lot of copied & pasted documentation. We also don't have a type to express that we expect/return any transformer.
Desired solution
A common superclass (abstract base class) for transformers:
TableTransformer(fit,transform,fit_transform)InvertibleTableTransformer(adds aninverse_transformmethod)
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cleanup 🧹Refactorings and other tasks that improve the codeRefactorings and other tasks that improve the codereleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done