Skip to content

Method in Table to invert transformer #111

@lars-reimann

Description

@lars-reimann

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

Metadata

Metadata

Labels

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions