Skip to content

Return fitted transformer and transformed table when calling TableTransformer.fit_and_transform #613

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

Currently, we have to call fit and transform separately to get the fitted transformer and the transformed table. fit_and_transform only returns the transformed table.

Desired solution

Return a tuple (fitted_transformer, transformed_table).

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

releasedIncluded in a release

Type

No type

Projects

Status

✔️ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions