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 918fc1b commit d11246dCopy full SHA for d11246d
src/sagemaker/clarify.py
@@ -88,7 +88,7 @@ def __init__(
88
Args:
89
label_values_or_threshold (Any): List of label values or threshold to indicate positive
90
outcome used for bias metrics.
91
- facet_name (Any): String or List of strings of sensitive attribute(s) in the input data
+ facet_name (str or [str]): String or List of strings of sensitive attribute(s) in the input data
92
for which we like to compare metrics.
93
facet_values_or_threshold (list): Optional list of values to form a sensitive group or
94
threshold for a numeric facet column that defines the lower bound of a sensitive
0 commit comments