-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
releasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Methods of data containers like Table always return a new data container. The fit method of transformers (safeds.data.tabular.transformation), however, mutates the transformer in place.
Desired solution
fitshould return a new transformer.fit_transformshould maybe return the fitted transformer and the transformed table.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done