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
The score method for pipeline assigns y=None and always passes it to the score method of the final estimator, but some estimators (for instance KMeans) take only X. Is there a reason to use y=None instead of *args?