Function to create AIF compatible dataset
1 2 | aif_dataset(data_path, favor_label, unfavor_label,
unprivileged_protected_attribute, target_column, protected_attribute)
|
data_path |
Path to the input CSV file |
favor_label |
Value of the label which is considered to be favorable |
unfavor_label |
Value of the label which is considered to be unfavorable |
unprivileged_protected_attribute |
Vector containing attribute label name and value |
target_column |
Column label name |
protected_attribute |
label name of the protected attribute |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.