Config
Configuration file description
etiq.load_config("./config_demo.json") with etiq.etiq_config("./config_demo.json"):
# Scans under this configConfig Structure
"dataset": { "label": "income", "bias_params": { "protected": "gender", "privileged": 1, "unprivileged": 0, "positive_outcome_label": 1, "negative_outcome_label": 0 }, "train_valid_test_splits": [0.0, 1.0, 0.0], "remove_protected_from_features": true }"scan_accuracy_metrics": { "thresholds": { "accuracy": [0.8, 1.0], "true_pos_rate": [0.6, 1.0], "true_neg_rate": [0.6, 1.0] } positive_outcome_label: 1, negative_outcome_label: 0 }
Dataset Details Options
RCA Type scans
Drift Type Scans
Scans with Correlation/Association Measures
Last updated