SDMetrics
SDMetrics copied to clipboard
Add save and load behavior to multi table QualityReport
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')