v0.11.0#
This release greately improves upon the scikit-learn
compatibility of the
AdversarialFairnessClassifier
and AdversarialFairnessRegressor
estimators. It also includes a number of other improvements.
scikit-learn
compatibility#
The estimators
AdversarialFairnessClassifier
andAdversarialFairnessRegressor
now pass all but onescikit-learn
estimator checks. Changes in #1410, #1405, #1399, #1398, #1394, #1393, #1369, and the ones included below in this section.Added
classes_
attribute toAdversarialFairnessClassifier
andAdversarialFairnessRegressor
in #1384.Removed
_AdversarialFairness.decision_function
because it did not follow the expected contract with_AdversarialFairness.predict
in #1397.