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

Missing value imputation on regular data #74

Open RejwankabirHamim opened 4 months ago

RejwankabirHamim commented 4 months ago

Say i don't want to generate synthetic regular data. Rather I only want to impute missing data and calculating its accuracy on imputation. Is it is possible by your code? If yes, Which part should I focus in your code?