You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to leverage SimpleImputer#inverse_transform instead of using identity function, and so only use identity for inverse transform when a column is not preprocessed nor dropped (aka, passthrough case)
The text was updated successfully, but these errors were encountered:
We might want to leverage
SimpleImputer#inverse_transform
instead of using identity function, and so only use identity for inverse transform when a column is not preprocessed nor dropped (aka,passthrough
case)The text was updated successfully, but these errors were encountered: