What's Changed
- Docs - Update README News and fix the link of python package badge. by @jalr4ever in #243
- Bugfix - Datatime formatter in small dataset and improve performace by @cyantangerine in #244
- Bugfix - Fixed numeric inspector error for int32/float32 types, by @cyantangerine in #247
- Feature - Support more encoders,
NormalizedFrequencyEncoder
&NormalizedLabelEncoder
, by @cyantangerine in #247 - Feature - Integrate
GaussianCopula
model into theSynthesizer
. by @jalr4ever in #241 - Feature - Support
DataFrameConnector
for in-memory datasets processing, by @cyantangerine in #247 - Feature - Support
NormalizedFrequencyEncoder
andNormalizedLabelEncoder
for categorical encoding, by @cyantangerine in #247 - Enhancement - Support CTGAN sample with
drop_more
parameter for better generation efficiency, by @cyantangerine in #247 - Enhancement - Improved Disk_cache performance by avoiding pd iterative connections, by @cyantangerine in #247
Full Changelog: 0.2.3...0.2.4