Skip to content

Commit 550d972

Browse files
committed
fix: minor
1 parent 8a7168e commit 550d972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/clarify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ 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.
98+
metrics. Will be ignored if pass 'facet_list'.
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

0 commit comments

Comments
 (0)