We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3757a5d commit 3199943Copy full SHA for 3199943
src/sagemaker/clarify.py
@@ -105,7 +105,7 @@ def __init__(
105
'name_or_index' (int or str) for facet column name or index,
106
optional 'value_or_threshold' (list[int or float or str]) for list of values or
107
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.
+ This can be defined if there are more than one sensitive attribute.
109
group_name (str): Optional column name or index to indicate a group column to be used
110
for the bias metric 'Conditional Demographic Disparity in Labels - CDDL' or
111
'Conditional Demographic Disparity in Predicted Labels - CDDPL'.
0 commit comments