-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
To allow method chaining, I'd like to have a method in the Table class to invert a (fitted) transformer.
Desired solution
class Table:
def inverse_transform_table(self, transformer: InvertibleTableTransformer) -> Table:
...It should also maintain the tagging of a TaggedTable (#58).
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done