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 pair trends property #356

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 ColumnPairTrends property.

Expected behavior

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

Attributes

Methods

Additional context