erasmopurif's picture
First commit
d2a8669
raw
history blame contribute delete
167 Bytes
"""
Methods for detecting subsets for which a model or dataset is biased.
"""
from aif360.sklearn.detectors.detectors import bias_scan
__all__ = [
'bias_scan',
]