Closed amontanez24 closed 1 year ago
Once #358 and #359 are complete, we should use the property classes in the QualityReport itself.
QualityReport
get_details
get_visualization
generate
get_raw_result
Problem Description
Once #358 and #359 are complete, we should use the property classes in the
QualityReport
itself.Expected behavior
get_details
method should just return the details from the desired property class.get_visualization
should just be a wrapper for the property class'get_visualization
generate
method should loop over the properties and use a class for each one to get the property scores and then average in the end.Additional context
get_raw_result
method can be removed