From fb7255fe73626b6fd8e802a33d57b7b65eaf1bb6 Mon Sep 17 00:00:00 2001 From: Insaf Ashrapov Date: Sat, 28 Mar 2026 09:05:49 +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 fd9f008..e0fae59 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ - [Pipelines](#pipelines) - [Data-centric AI](#data-centric-ai) - [Synthetic Data](#synthetic-data) + +- [TabGAN](https://github.com/Diyago/Tabular-data-generation) - Synthetic tabular data generation using GANs, Diffusion Models, and LLMs. sklearn - [Deployment](#deployment) - [Statistics](#statistics) - [Distributed Computing](#distributed-computing)