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
Currently, the ReferentialIntegrity metric will count NaN foreign key values as not referencing a parent unless the parent keys also include a NaN. The logic should be updated to better handle foreign keys being null:
If the real foreign keys contain NaN values, the metric should ignore NaN values in the synthetic data. For example:
Error Description
Currently, the
ReferentialIntegrity
metric will countNaN
foreign key values as not referencing a parent unless the parent keys also include aNaN
. The logic should be updated to better handle foreign keys being null:NaN
values, the metric should ignoreNaN
values in the synthetic data. For example:NaN
values, the metric should treatNaN
values as a regular foreign key value (current functionality).Steps to reproduce
The text was updated successfully, but these errors were encountered: