ColumnarModelData with multi label prediction

Hi all,

I have just finished lesson 4. When I use ColumnarModelData() can I use it for multi-label prediction (in particular if the label is continuous)?

A more general question is – what’s the best way to have multi-label continuous prediction with fast.ai library?

Thank you guys