TabularPreset doesn't support new sampling parameters #887
Labels
bug
Something isn't working
data:single-table
Related to tabular datasets
feature:sampling
Related to generating synthetic data after a model is built
Milestone
Environment Details
Please indicate the following details about the environment in which you found the bug:
Error Description
When I create a
TabularPreset
model the sampling method parameters don't behave as expected:max_tries_per_batch
cannot be used on any of the methodsbatch_size
cannot be used onsample_conditions
orsample_remaining_columns
(although it works on the genericsample
method)Additional Notes
https://github.com/sdv-dev/SDV/blob/master/sdv/lite/tabular.py#L238-L247
The text was updated successfully, but these errors were encountered: