This pattern would mean that the visualization side does something like: ``` for result in labeled_df.get_subgroup_trends_1lev(): # do viz stuff ``` [mehtod to update](https://github.com/fairnessforensics/wiggum/blob/main/wiggum/detectors.py#L222) the `get_results` would have yeild instead of return and it would calculate one each pass
This pattern would mean that the visualization side does something like:
mehtod to update
the
get_resultswould have yeild instead of return and it would calculate one each pass