Does removing foreign keys in detection metrics for multi-tables make sense? #285
Labels
question
General question about the software
resolution:duplicate
This issue or pull request already exists
Environment details
If you are already running SDMetrics, please indicate the following details about the environment in
which you are running it:
Problem description
Nice correction for DetectionMetric (Solving primary_key use for detection metrics #251, #251)
Removing the primary key from the table makes more sense for the evaluation. But, what about foreign keys present in a table of a relational database. Does not the same problem also occur for the foreign keys too and they need to be deleted? Also, for the parent-child logistic detection metric, the foreign keys (referencing parent rows) in the child tables are no longer required when the denormalized tables are used.
The text was updated successfully, but these errors were encountered: