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
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
Determining the value for Vizard awareness: variables/questions covered by the model now cover %100 awareness. What should be the value of each feature when including manually?
# 1. set b = a_i where a_i is the XAI value of the answer to the question# 2. define a `normalize` function where takes the old (all XAI) values and maps them to the range of `[0, (1-b)]`# 3. now `awareness_new = normalize(awareness_old) + b`
Determining the effect on the final prediction: this is given directly, yet we have to do something similar to previous step for having a value in range of [0, 1]
Determining the text of the question and the answer
Intro
For more info please see #110
Tasks
purpose)a_ivalues for all the possible answers of each new question (variables)[0, 1]