facebookresearch / DomainBed

DomainBed is a suite to test domain generalization algorithms
MIT License
1.37k stars 294 forks source link

DomainBed for tabular data #126

Closed mrticker closed 1 year ago

mrticker commented 1 year ago

I'd like to use the framework for non-image data, specifically just tabular numeric data. Does it make sense, and if so, how would one go about it?

lopezpaz commented 1 year ago

This would be quite a change: you would need to create new MultipleEnvironmentDataset classes and the corresponding non-convolutional models. Alas, we cannot support this as of now.