We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d525020 commit 8769485Copy full SHA for 8769485
aif360/algorithms/__init__.py
@@ -1,2 +1 @@
1
from aif360.algorithms.transformer import Transformer, addmetadata
2
-from aif360.algorithms.intersectional_fairness import IntersectionalFairness
docs/source/modules/algorithms.rst
@@ -73,4 +73,4 @@ Algorithms
73
:template: class.rst
74
75
algorithms.Transformer
76
- algorithms.IntersectionalFairness
+ algorithms.intersectional_fairness.IntersectionalFairness
setup.py
@@ -57,7 +57,7 @@
57
'numpy>=1.16',
58
'scipy>=1.2.0',
59
'pandas>=0.24.0',
60
- 'scikit-learn>=1.0',
+ 'scikit-learn>=1.0,<1.6',
61
'matplotlib',
62
],
63
extras_require=extras,
0 commit comments