From ad6cfd0d4f7bf2040027f33cb4602e8175da0e63 Mon Sep 17 00:00:00 2001 From: Insaf Ashrapov Date: Sat, 28 Mar 2026 09:19:17 +0300 Subject: [PATCH] Add TabGAN - synthetic tabular data generation library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c52364..d163ca0 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ P.P.S, Looking for guides and interviews on applying ML? 👉[`applyingML`](http 18. [Information Extraction](#information-extraction) 19. [Weak Supervision](#weak-supervision) 20. [Generation](#generation) + +- Synthetic tabular data generation using GANs, Diffusion Models, and LLMs — [TabGAN](https://github.com/Diyago/Tabular-data-generation) | [Paper](https://arxiv.org/abs/2010.00638) 21. [Audio](#audio) 22. [Privacy-Preserving Machine Learning](#privacy-preserving-machine-learning) 23. [Validation and A/B Testing](#validation-and-ab-testing)