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
I suspect that whenever y=None is included in the transform method signature (after mandatory X), this is done in error. The y parameter should be deprecated and eventually removed. It only confuses the user about the isolation of y from transformation.