Conditional sampling + batch size: ValueError: Length of values (1) does not match length of index (5) #886
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
sample_conditions
orsample_remaining_columns
functions) while also applying thebatch_size
parameterExpectation
The
batch_size
should be used for each of the conditions. For example:Then each condition should be batched at the minimum of
num_rows
andbatch_size
:a
should be batched at 100b
should be batched at 200The text was updated successfully, but these errors were encountered: