pyreal
pyreal copied to clipboard
Consider handling cases where model output is different than y values
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.