pyreal icon indicating copy to clipboard operation
pyreal copied to clipboard

Consider handling cases where model output is different than y values

Open zyteka opened this issue 2 years ago • 0 comments

In some cases, the model will output a different value than the one stored in target values - for example, the model may output a probability, or a thresholded bin instead of the original numeric value. Some explainers, such as PermutationFeatureImportance, assume this to not be the case. We may want to look into ways to support this case.

zyteka avatar Feb 13 '23 15:02 zyteka