Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make transformers show warning or exception when there is mismatch between number of series used for fit() and and transform() #1300

Closed
hrzn opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working improvement New feature or improvement

Comments

@hrzn
Copy link
Contributor

hrzn commented Oct 18, 2022

see #1288.

  • We should raise a warning or even an exception when we have a mismatch in number of series used for transformer.fit() and transformer.transform()
  • we could also add a mappable or indices of the specific series we want to transform
@hrzn hrzn added bug Something isn't working improvement New feature or improvement labels Oct 18, 2022
@madtoinou
Copy link
Collaborator

madtoinou commented Mar 22, 2023

This should be solved by #1409, which implements a mappable to match the fit() and the transform() series and raises an error in case of mismatch code snippet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement New feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants