Regression dataset

When using ImageClassifierData.from_csv we can pass the flag continuous=True, how should I do this with ImageClassifierData.from_arrays?

from_arrays automatically calls ArraysIndexDataset, maybe we should add the option to call a new class ArraysIndexRegressionDataset?

Not sure if you’re asking because you want to contribute to fastai library, but if not, just save the arrays as a csv :slight_smile:

I would haply contribute :slightly_smiling_face:, and saving the arrays as csv would be too time consuming because I’m generating new data every training loop.