pyreal
pyreal copied to clipboard
Fix transformers modifying underlying object
For some reason, transformers seem to modify the original input in some cases. See test_explainer.test_transform_x_with_produce for an example of where this happens. This shouldn't be the case.