Data Bias Detection Output Table Schema
The Data Bias Detection Output Table provides the schema for data bias detection output. The output data is written to a table specified by the user in the job request. This is a mandatory input. This table is created by Oracle Machine Learning Service and its format depends on the job type.
Output Data Format: The output data is written to the user specified
output tables. This table is created by Oracle Machine Learning Services.
The output table name is in the form of
<jobName>_<outputData>
. For example, if the
jobName
is DATA_BIAS_JOB and
outputData
is ADULT_BIAS_RESULT, then the output
table name is DATA_BIAS_JOB_ADULT_BIAS_RESULT
.
Note:
Access to data sources is managed by database privileges.Table - Data Bias Detection Output Table Schema
Columns | Types | Description |
---|---|---|
FEATURE_NAME |
VARCHAR2 | The name of the features included in the
sensitiveFeatures parameter.
|
RESULT |
CLOB | A JSON string containing the Class Imbalance
(CI), Statistical Parity (SP), and Conditional Demographic Disparity (CDD).
Here are sample JSON schema for categorical and numerical variables: Categorical variable and pairwiseMode=0
Numeric variable and pairwiseMode=0
pairwiseMode=1
|