Open
Description
Currently, all parameters, correct or incorrect (misspelled), are included in the metadata.
alibi/alibi/explainers/anchor_text.py
Line 1229 in 390a255
The valid parameters are stored in self.perturb_opts
, which is set along with all_opts
in:
alibi/alibi/explainers/anchor_text.py
Lines 1220 to 1222 in 390a255
This should be an easy fix. Get rid of all_opts
and update self.meta['params']
with self.peturb_opts
.