Cannot use max_tries_per_batch
on sample
: TypeError: sample() got an unexpected keyword argument 'max_tries_per_batch'
#885
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
For any tabular model (I tested
GaussianCopula
andCTGAN
), themax_tries_per_batch
parameter cannot be used on the generalsample
method.The text was updated successfully, but these errors were encountered: