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
CTGAN isn't designed to work with training data that contains missing values. However, a user can fit a CTGAN model on data with missing values and an unhelpful error is currently only surfaced during the sampling phase.
You can find code and stack traces in issues like:
Problem Description
CTGAN isn't designed to work with training data that contains missing values. However, a user can fit a CTGAN model on data with missing values and an unhelpful error is currently only surfaced during the sampling phase.
You can find code and stack traces in issues like:
Expected behavior
CTGAN should surface an InvalidDataError or similar error during fit if data contains missing values:
The text was updated successfully, but these errors were encountered: