pyreal icon indicating copy to clipboard operation
pyreal copied to clipboard

Move convert_columns_to_interpretable

Open zyteka opened this issue 2 years ago • 0 comments

Right now, Explainers call convert_columns_to_interpretable on explanations to use their feature dictionary. This doesn't always make sense, since this method doesn't apply to all explanations. We should move this function to the FeatureBased Explanation classes.

zyteka avatar Mar 06 '23 19:03 zyteka