sdv-dev / SDMetrics

Metrics to evaluate quality and efficacy of synthetic datasets.
https://docs.sdv.dev/sdmetrics
MIT License
210 stars 45 forks source link

Add multi table Coverage, Synthesis and Boundaries property #393

Closed amontanez24 closed 1 year ago

amontanez24 commented 1 year ago

Problem Description

Once #389, #390 and #391 are complete, we can implement the multi table version of them.

Spec for multi table Coverage, Synthesis and Boundaries property:

Attributes

Expected behavior

>>> prop = Coverage()
>>> get_score(self, real_data, synthetic_data, metadata, progress_bar=None)
0.90
>>> prop.get_visualization(table_name='table')

Additional context

amontanez24 commented 1 year ago

Closed by #424