-
Notifications
You must be signed in to change notification settings - Fork 849
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename bias_scan->MDSS_bias_scan (kept bias_scan as well for backwards compat)
- Loading branch information
Showing
4 changed files
with
55 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
""" | ||
Methods for detecting subsets for which a model or dataset is biased. | ||
""" | ||
from aif360.sklearn.detectors.detectors import bias_scan | ||
from aif360.sklearn.detectors.detectors import MDSS_bias_scan | ||
from aif360.sklearn.detectors.facts import FACTS, FACTS_bias_scan | ||
|
||
|
||
bias_scan = MDSS_bias_scan # backwards compatibility | ||
|
||
__all__ = [ | ||
'bias_scan', | ||
'MDSS_bias_scan', | ||
'FACTS', | ||
'FACTS_bias_scan', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters