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

Create single table synthesis property #390

Closed amontanez24 closed 1 year ago

amontanez24 commented 1 year ago

Problem Description

Now that we have property classes, we want to move the metrics used in the DiagnosticReport into their respective properties.

This is the spec for the Synthesis property

Attributes

The metrics used in this class are: [NewRowSynthesis]

Methods

Expected behavior

>>> prop = Synthesis()
>>> prop.get_score()
>>> 0.89
>>> prop.get_visualization()

Additional context

amontanez24 commented 1 year ago

Closed by #424