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
Sometimes, I see a RuntimeWarning repeated many times during the fitting phase.
In HMASynthesizer, it interrupts the progress bar
The warning is not useful to me. It seems to be related to the mathematics in copulas, so there's nothing I can do to get rid of it.
We should silence this warning since the software is still working as intended. We can consider logging it (logger.INFO) instead.
Root Cause
I suspect this is coming from the Gaussian Copula synthesizer. In this synthesizer, we are silencing warnings coming from scipy in this line. For some reason, the RuntimeWarning is still coming through.
This only appears to happen for the 'truncnorm' distribution.
Environment Details
Error Description
Sometimes, I see a
RuntimeWarning
repeated many times during the fitting phase.HMASynthesizer
, it interrupts the progress barWe should silence this warning since the software is still working as intended. We can consider logging it (
logger.INFO
) instead.Root Cause
I suspect this is coming from the Gaussian Copula synthesizer. In this synthesizer, we are silencing warnings coming from scipy in this line. For some reason, the
RuntimeWarning
is still coming through.This only appears to happen for the
'truncnorm'
distribution.Steps to reproduce
Output:
The text was updated successfully, but these errors were encountered: