Releases: Diyago/Tabular-data-generation
Releases · Diyago/Tabular-data-generation
Version 2.0.0 Release Notes with ForestDiffusion
This release introduces a generator called ForestDiffusion from the paper "Generating and Imputing Tabular Data via Diffusion and Flow-based XGBoost Models".
Installation: pip install tabgan
Data generation: ForestDiffusionGenerator().generate_data_pipe(train, target, test, )
1.2.0
Full Changelog: Diyago/GAN-for-tabular-data@1.0.1...1.2.0
Updates:
- Added Timeseries data generation aka TimeGAN
- Fixed version requirements for colab usage. #22 #23 #24
- More robust generated data #12
- Fixed big memory consumption #14
- Added logs #15
Install: pip install tabgan
or pip install tabgan==1.2.0