Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
erasmopurif
/
FairUP
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
FairUP
/
src
/
aif360
/
sklearn
/
detectors
/
__init__.py
erasmopurif
First commit
d2a8669
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
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'
,
]