Open
Description
Currently a counterfactual instance is returned whenever the argmax of the probability vector is different from the originally predicted class, we should build in capability to target a specific confidence level (e.g. p=0.9
) as well as a specific class, as in CounterFactual
.
Will be addressed as part of #155 .