Skip to content

Synthesizers v0.3.5

Compare
Choose a tag to compare
@joshua-oss joshua-oss released this 10 Jan 23:18
· 44 commits to main since this release
3d624e8
  • Callers can constrain inference with hints (thanks, @neat-web!)
  • DropTransformer can now be used to drop columns
  • Anonymizing transformer for PII (thanks, @neat-web!)
  • DateTime transformer
  • Fix MinMax and StandardScaler to replace null with 0.0 when indicator column present
  • Support for conditional sampling
  • Fix bug with onehot encoding on single-category column
  • Update to OpenDP v0.6
  • Update PAC-Synth to v0.6 (thanks, @rracanicci!)
  • Fix dependencies to allow StandardScaler to run on Windows