diff --git a/sdmetrics/reports/base_report.py b/sdmetrics/reports/base_report.py index 01e7f0af..3032e5e3 100644 --- a/sdmetrics/reports/base_report.py +++ b/sdmetrics/reports/base_report.py @@ -91,7 +91,7 @@ def convert_datetimes(real_data, synthetic_data, metadata): continue def _print_results(self, verbose): - """Print the results of a QualityReport. + """Print the results. Args: verbose (bool): @@ -187,11 +187,11 @@ def _check_property_name(self, property_name): ) def get_score(self): - """Return the overall quality score. + """Return the overall score. Returns: float - The overall quality score. + The overall score. """ self._check_report_generated() return self._overall_score