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 column shapes property #355

Closed amontanez24 closed 1 year ago

amontanez24 commented 1 year ago

Problem Description

Once #354 is complete we should migrate the code for the computation of property metrics to their respective classes. This issue is for the ColumnShapes property.

Expected behavior

Add a ColumnShapes class to the _properties module. The class should inherit from the BaseSingleTableProperty class.

Attributes

Abstract methods

Additional context