You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The distributions argument from the GaussianCopula should be renamed to field_distributions to be consistent with the CopulaGAN implementation and facilitate comprehension.
The input type should also be either a dict or None, since the current behavior when a str is passed is actually shadowing the default_distribution argument.
The text was updated successfully, but these errors were encountered:
csala
changed the title
GaussianCopula: rename distributions argument to field_distributions
GaussianCopula: rename distribution argument to field_distributionsNov 4, 2020
Description
The
distributions
argument from theGaussianCopula
should be renamed tofield_distributions
to be consistent with theCopulaGAN
implementation and facilitate comprehension.The input type should also be either a
dict
orNone
, since the current behavior when astr
is passed is actually shadowing thedefault_distribution
argument.The text was updated successfully, but these errors were encountered: