Open
Description
We might also do some validation of the explain parameters that are being passed from config. currently I guess the explainer will throw an error but perhaps we could have some simple validation that the parameters are valid type and data?
I was thinking that this could be a class method on each explainer? ie. something like AnchorImage.validate_parameters
? This can be called early in the process without having to instantiate the object if the parameters do not make sense as it might be a bit late in deployment.