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
203 stars 23 forks source link

No "unique_id" in the child table #4

Closed sniperyyc closed 1 year ago

sniperyyc commented 1 year ago

Thank you for the great work!

I am trying the tool on the Airbnb dataset and I managed to generate both parent_samples and child_samples.

However, I noticed that user_id only exist in parent_samples while it's missing in child_samples. Is there a way then to identify for each row in child_samples, which user_id it belongs to?

sniperyyc commented 1 year ago

Sorry for the confusion. Just forgot to export the index while saving as csv files.