Add multi-column use-case tests - #53
Conversation
Added examples for binary and continuous target features in the audit_equivalence function documentation.
Removed example usage and documentation from the audit_equivalence function.
|
Opened PR to address this issue |
|
Thank you! This closes #44 well overall. Two things before merge:
You can either drop the domain= argument and rename it to something like test_high_missing_rate_flagged, or, if you want a genuine domain-comparison test, use "finance"/"sensor" and assert on cluster_threshold behaviour instead. |
Add multi-column use-case tests for audit_missing, audit_stationarity and audit correlation_leakage. Closes #14.