SDMetrics icon indicating copy to clipboard operation
SDMetrics copied to clipboard

Add save and load behavior to multi table QualityReport

Open katxiao opened this issue 3 years ago • 0 comments

Problem Description

Add save and load behavior to single table QualityReport, without saving the actual user data.

Expected behavior

>>> report.save(filepath='my_quality_report.pkl')
Warning: The quality report contains statistics that may leak the privacy of the real
data. Use caution when sharing and storing this file.

# load from the file path
>>> from sdmetrics.reports import <class name>
>>> report = <class name>.load(filepath='my_quality_report.pkl')

katxiao avatar Aug 12 '22 17:08 katxiao