-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
IterativeImputer
InvalidIndexError
on dev branch after setting transform_output
#24923
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
Comments
IterativeImputer
InvalidIndexError on dev branch after setting transform_output
IterativeImputer
InvalidIndexError on dev branch after setting transform_output
IterativeImputer
InvalidIndexError
on dev branch after setting transform_output
|
Apart from that, I see also some use cases that I don't know if we tested them:
|
|
I will open a different PR for the thing specific to |
Great, thanks for having a look. Shouldn't users be able to revert |
@t-silvers your way of setting the option is good. It is just that we did not internally test it well enough. Therefore, we did not catch the bug when there are nested |
Describe the bug
After using
sklearn.set_config(transform_output="pandas")
to set output globally,IterativeImputer
fails with anInvalidIndexError
error.Steps/Code to Reproduce
From
IterativeImputer
examplesExpected Results
no error
Actual Results
Versions
The text was updated successfully, but these errors were encountered: