yandex-research / tab-ddpm

[ICML 2023] The official implementation of the paper "TabDDPM: Modelling Tabular Data with Diffusion Models"
https://arxiv.org/abs/2209.15421
MIT License
397 stars 89 forks source link

] #46

Closed nadimbrur closed 2 weeks ago

nadimbrur commented 2 weeks ago

I have a custom binary dataset[table format] and I trained it. When I generate the new sample I couln't find the label of new sample. How can I find the label?

Should I train and generate the data for each label individually?