File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ def __init__(
65
65
label (str): Target attribute of the model required by bias metrics.
66
66
Specified as column name or index for CSV dataset or as JSONPath for JSONLines.
67
67
*Required parameter* except for when the input dataset does not contain the label.
68
- Cannot be used at the same time as ``predicted_label``.
69
68
features (str): JSONPath for locating the feature columns for bias metrics if the
70
69
dataset format is JSONLines.
71
70
dataset_type (str): Format of the dataset. Valid values are ``"text/csv"`` for CSV,
@@ -105,7 +104,7 @@ def __init__(
105
104
predicted_label (str or int): Predicted label of the target attribute of the model
106
105
required for running bias analysis. Specified as column name or index for CSV data.
107
106
Clarify uses the predicted labels directly instead of making model inference API
108
- calls. Cannot be used at the same time as ``label``.
107
+ calls.
109
108
excluded_columns (list[int] or list[str]): A list of names or indices of the columns
110
109
which are to be excluded from making model inference API calls.
111
110
You can’t perform that action at this time.
0 commit comments