Skip to content

v0.17.0 - 2022-09-09

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 09 Sep 21:40

This release updates the code to use RDT version 1.2.0 and greater, so that those new features are now available in SDV. This changes the transformers that are available in SDV models to be those that are in RDT version 1.2.0. As a result, some arguments for initializing models have changed.

Additionally, this release fixes bugs related to loading models with custom constraints. It also fixes a bug that added NaNs to the index of sampled data when using sample_remaining_columns.

Bugs Fixed

New Features

  • Change default metrics for evaluate - Issue #949 by @fealho

Maintenance