Matrix as Target?

Dear all,
can we use the same tools of this mooc to predict a target that is a matrix because for each sample the target is a vector, please? I am thinking in particular for regression problems.

Many thanks in advance and best regards,
Marco Bomben

Yes. Most of the regressors in scikit-learn support multivariate regression. The strategy used however is a model by variable if not documented otherwise.

Thanks. Does this mean that we have 1 separate regression problem per target variable?

Yes, indeed.