worldbank / REaLTabFormer

A suite of auto-regressive and Seq2Seq (sequence-to-sequence) transformer models for tabular and relational synthetic data generation.
https://worldbank.github.io/REaLTabFormer/
MIT License
200 stars 23 forks source link

Inquiries on fitting parent and child tables #57

Open ThomasK1018 opened 8 months ago

ThomasK1018 commented 8 months ago

Hi there. I am trying to sample data of two different transaction records based on the user ID, with both datasets containing repeating ID so I have created a third dataset that contains the unique user ID. I set the dataset with unique user ID as parent data. And I would like to know how can I link the two transaction record datasets to the parent data while also considering the intercorrelation between the two child tables? Should I build a sub child table that links to the child table or link both child tables to the parent table? Thanks.