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
After fitting multioutput regression with cv, shape of predictions is constant (and equal to (number_of_targets, number_of_cv_folds)), regardless of prediction sample shape.
I'm not sure whether this is intended. In any case I think it would be better if this behavior would be more thoroughly explained in the manual.
To Reproduce
Please see attached notebook with code and output. issue_cv.zip
Expected behavior
One dimension of predict() output is equal to sample length.