Changes
v0.4.3
- Various tweaks to
GroupMetricResultandGroupMetricSetfor AzureML integration
v0.4.2
- If methods such as
predictare called beforefit,sklearn'sNotFittedErroris raised instead ofNotFittedException, and the latter is now removed.
v0.4.2, 2020-01-24
- Separated out matplotlib dependency into an extension that can be installed via
pip install fairlearn[customplots]. - Added a
GroupMetricSetclass to hold collections ofGroupMetricResultobjects
v0.4.1, 2020-01-09
- Fix to determine whether operating as binary classifier or regressor in dashboard
v0.4.0, 2019-12-05
- Initial release of fairlearn dashboard
v0.3.0, 2019-11-01
Major changes to the API. In particular the
expgradfunction is now implemented by theExponentiatedGradientclass. Please refer to the ReadMe file for information on how to upgradeAdded new algorithms
- Threshold Optimization
- Grid Search
Added grouped metrics
v0.2.0, 2018-06-20
registered the project at PyPI
changed how the fairness constraints are initialized (in
fairlearn.moments), and how they are passed to the fair learning reductionfairlearn.classred.expgrad
v0.1, 2018-05-14
- initial release