SDMetrics icon indicating copy to clipboard operation
SDMetrics copied to clipboard

Improve metric subclasses organization

Open csala opened this issue 4 years ago • 0 comments

The current class organization includes some metrics which are usable on their own, like BNLikelhood, which have subclasses and therefore are not picked by the get_subclasses method. As a result of this, BNLikelihood is not available in the sdv.evaluation.evaluate function: https://github.com/sdv-dev/SDV/issues/327

The class organization and subclass selection should be reviewed to ensure that all the usable metrics are properly selected by the get_subclasses method.

csala avatar Mar 02 '21 09:03 csala