File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -95,11 +95,12 @@ def __init__(
95
95
label_values_or_threshold (Any): List of label values or threshold to indicate positive
96
96
outcome used for bias metrics.
97
97
facet_name (str): Sensitive attribute in the input data for which we like to compare
98
- metrics. Will be ignored if pass 'facet_list'.
98
+ metrics. Will be ignored if 'facet_list' is given .
99
99
facet_values_or_threshold (list): Optional list of values to form a sensitive group or
100
100
threshold for a numeric facet column that defines the lower bound of a sensitive
101
101
group. Defaults to considering each possible value as sensitive group and
102
- computing metrics vs all the other examples.
102
+ computing metrics vs all the other examples. Will be ignored if 'facet_list' is
103
+ given.
103
104
facet_list (list[dict]): Optional list of dictionaries that defines the sensitive
104
105
attribute(s). Each dictionary contains two keys in the form of the following:
105
106
'name_or_index' (int or str) for facet column name or index,
You can’t perform that action at this time.
0 commit comments