Skip to content

Commit 3199943

Browse files
committed
fix: minor
1 parent 3757a5d commit 3199943

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
@@ -105,7 +105,7 @@ def __init__(
105105
'name_or_index' (int or str) for facet column name or index,
106106
optional 'value_or_threshold' (list[int or float or str]) for list of values or
107107
threshold that the facet column can take which indicates the sensitive group.
108-
This should can be defined only if there are more than one sensitive attribute.
108+
This can be defined if there are more than one sensitive attribute.
109109
group_name (str): Optional column name or index to indicate a group column to be used
110110
for the bias metric 'Conditional Demographic Disparity in Labels - CDDL' or
111111
'Conditional Demographic Disparity in Predicted Labels - CDDPL'.

0 commit comments

Comments
 (0)