You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Inseq team, thanks again for your contribution.
I just noticed a bug when using 'contrast_prob_diff' - output attributions seem to be reversed.
It outputs the attribution of false_answer but not true_answer.
🔬 How To Reproduce
What I did is:
use contrast_prob_diff, and the output attribute for 'morning' and 'evening' is:
use probability (where the variable target_false is useless), and the output attribute for 'morning' and 'evening' is:
The code for the attribute part is: (top: contrast_prob_diff; bottom: probability)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Hi Inseq team, thanks again for your contribution.
I just noticed a bug when using 'contrast_prob_diff' - output attributions seem to be reversed.
It outputs the attribution of false_answer but not true_answer.
🔬 How To Reproduce
What I did is:
use contrast_prob_diff, and the output attribute for 'morning' and 'evening' is:
use probability (where the variable target_false is useless), and the output attribute for 'morning' and 'evening' is:
The code for the attribute part is: (top: contrast_prob_diff; bottom: probability)
The text was updated successfully, but these errors were encountered: