From 13b84109e03fa38f10c757fab12d499176724634 Mon Sep 17 00:00:00 2001 From: Insaf Ashrapov Date: Sat, 28 Mar 2026 09:17:57 +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 85a1a83..0dd1e04 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ _Frameworks for Neural Networks and Deep Learning. Also see [awesome-deep-learni ## Machine Learning + +- [TabGAN](https://github.com/Diyago/Tabular-data-generation) - Synthetic tabular data generation using GANs, Diffusion Models, and LLMs. _Libraries for Machine Learning. Also see [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python)._ - [catboost](https://github.com/catboost/catboost) - A fast, scalable, high performance gradient boosting on decision trees library.