Skip to content

Common superclass for transformers #61

@lars-reimann

Description

@lars-reimann

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 an inverse_transform method)

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

cleanup 🧹Refactorings and other tasks that improve the codereleasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions