Is multi-label regression possible using fastai?

dear all,

I have a regression problem that needs a multi-label regressor to solve it. I know that multi-labels for classification is possible (I’ve done that), but is it also possible for regression?
If yes, can you tell me how to implement its data API?

1 Like