tristandeleu / pytorch-meta

A collection of extensions and data-loaders for few-shot learning & meta-learning in PyTorch
https://tristandeleu.github.io/pytorch-meta/
MIT License
1.97k stars 256 forks source link

tabular dataset samplers #118

Closed mmahsereci closed 3 years ago

mmahsereci commented 3 years ago

Hi, these are some tabular dataset samplers. The datasets are loaded from open-ml. Tabular datasets seem to become quite relevant these days (in addition to image data), so I thought it would be a neat addition to have task sampler for them as well. Thanks.

I included the methods that I used to create the assets, but I can also remove them (since they are not present for the other datasets).

mmahsereci commented 3 years ago

One test in torchmeta/tests/utils/test_matching.py seemed to have failed for one of the builds. Don't think this is due to this PR though.

mmahsereci commented 3 years ago

No problem at all, glad you liked the changes.