Skip to content

Remove bespoke transform method - #150

Open
nworb-cire wants to merge 3 commits into
scikit-learn-contrib:masterfrom
nworb-cire:master
Open

Remove bespoke transform method#150
nworb-cire wants to merge 3 commits into
scikit-learn-contrib:masterfrom
nworb-cire:master

Conversation

@nworb-cire

@nworb-cire nworb-cire commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

This removes the bespoke _transform method to reuse the one from the superclass as discussed in #145. To support backwards compatibility, legacy arguments are still applied (and then un-applied) in transform; once we decide to push a breaking release and drop support for these legacy arguments, the whole transform method (and fit_transform) can be removed.

I also took the liberty of replacing _validate_pandas_input with sklearn's check_X_y.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant