0.11.0
Fully removes deprecated methods and arguments ⚠️ 👋
- MultiTable
gretel_model
argument (replaced by config argument ontrain_synthetics
) - MultiTable
train
method (replaced bytrain_synthetics
) - MultiTable
train_transforms_models
method (replaced bytrain_transforms
) - RelationalData
[add|remove]_foreign_key
methods (replaced by[add|remove]_foreign_key_constraint
)
Adds support for table-specific transforms configs 🚀
You can now pass an optional table_specific_configs: dict[str, GretelModelConfig]
argument to train_transforms
. This works identically to the same existing argument on train_synthetics
.
Misc improvements ⚙️
- Changes default synthetics model from Amplify to ACTGAN
- Unifies how individual and cross-table SQS evaluation is performed regardless of synthetic strategy
- Adds dependency ordering to Connector
save
to avoid violating foreign key constraints
Full Changelog: v0.10.1...v0.11.0