Skip to content

Commit b72c5d3

Browse files
committed
documentation: required fix
1 parent 09fec3d commit b72c5d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/sagemaker/clarify.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ def __init__(
9595
label_values_or_threshold (Any): List of label values or threshold to indicate positive
9696
outcome used for bias metrics.
9797
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.
9999
facet_values_or_threshold (list): Optional list of values to form a sensitive group or
100100
threshold for a numeric facet column that defines the lower bound of a sensitive
101101
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.
103104
facet_list (list[dict]): Optional list of dictionaries that defines the sensitive
104105
attribute(s). Each dictionary contains two keys in the form of the following:
105106
'name_or_index' (int or str) for facet column name or index,

0 commit comments

Comments
 (0)