Open
Description
I have followed this example : https://docs.seldon.io/projects/alibi/en/stable/examples/cfrl_adult.html
I am generating counterfactual for two class 0 & 1.
But for my example in cell 18 : cf_pd ,which is generated counterfactual has column label which has both 0 & 1 ,Why is it so?If i am generating counterfactual for class 1 than in cf_pd i should be having only class 0 in label column.
Please let me know where i am doing wrong