Skip to content

Rename fit_transform to fit_and_transform #112

@lars-reimann

Description

@lars-reimann

Is your feature request related to a problem?

The fit_transform method of the TableTransformer class does not clearly indicate that the method 1. fits the transformer 2. transforms the data.

Desired solution

Call it fit_and_transform instead.

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