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
As a user, it would be great of multi-table synthesizers were able to fit and sample even when child tables don't have statistical columns as that is a common database structure.
Expected behavior
fit_processed_data should not crash if the dataframe passed is empty.
If the data is empty, it should:
set _fitted to True
set _fitted_date
set _fitted_sdv_version
If the data is not empty, it should only set those parameters if _fit runs successfully
The text was updated successfully, but these errors were encountered:
Problem Description
As a user, it would be great of multi-table synthesizers were able to fit and sample even when child tables don't have statistical columns as that is a common database structure.
Expected behavior
fit_processed_data
should not crash if the dataframe passed is empty._fitted
to True_fitted_date
_fitted_sdv_version
_fit
runs successfullyThe text was updated successfully, but these errors were encountered: