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
I was looking in the code and wondered if it handled the indirect bias. So I wonder if it really exists there and I just can not get it.
Another thing, in the python tutorial notebook, computed the professions with respect to the projection score,as
sp = sorted([(E.v(w).dot(v_gender), w) for w in profession_words])
so I wonder if this is the same like computing the direct bias.
The text was updated successfully, but these errors were encountered:
I was looking in the code and wondered if it handled the indirect bias. So I wonder if it really exists there and I just can not get it.
Another thing, in the python tutorial notebook, computed the professions with respect to the projection score,as
sp = sorted([(E.v(w).dot(v_gender), w) for w in profession_words])
so I wonder if this is the same like computing the direct bias.
The text was updated successfully, but these errors were encountered: