Conditional Sampling: batch_size
is being set to None
by default?
#889
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
Error Description
There is a warning printed out when the model is unable to conditional sample all the expected rows. It seems to indicate that the
batch_size
parameter is being set toNone
by default. This isn't very illustrative of what's happening.(This may be related to #886.)
Expected Output
The warning message should be more descriptive. Changing the
batch_size
won't solve this issue bc we will not set it to be larger thannum_rows
.The text was updated successfully, but these errors were encountered: