Open
Description
trying to run classifier chain on a multiclass problem with a reshaped y (which is interpreted as multioutput multiclass) doesn't work (see #9245), which is fine. But the error messages are really bad making it hard to understand what's going on.
We should detect that we're trying to do multioutput multiclass instead of multilabel and give an informative error.