Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-28 | 1.3 kB | |
v0.9.0 source code.tar.gz | 2023-07-28 | 1.1 MB | |
v0.9.0 source code.zip | 2023-07-28 | 1.3 MB | |
Totals: 3 Items | 2.4 MB | 0 |
- Added Credit Loan Decisions example notebook.
- Bugfix for
fairlearn.metrics.selection_rate
to handleTypeError
when input is scalar. - Added support for pickling classes in
fairlearn.reductions
. - Bugfix for
sklearn.preprocessing.OneHotEncoder
infairlearn.adversarial
to ensure compatibility with scikit-learn 1.2. - Set default value of
parser
ofsklearn.datasets.fetch_openml
infairlearn.datasets
toliac-arff
to match behavior before scikit-learn 1.2. - Replace calculations in
fairlearn.reductions
by matrix multiplication which can lead to substantial speed-ups forfairlearn.reductions.ExponentiatedGradient
for simple estimators like logistic regression. - Added
as_frame
(with defaultTrue
) argument tofairlearn.datasets.fetch_diabetes_hospital
. - Changed
as_frame
default toTrue
for all remaining datasets. - Changed
fairlearn.metrics.MetricFrame
so that all results (including aggregations) are computed in the constructor and then cached. - Bugfix for
fairlearn.adversarial
that changes the loss functionNLLLoss
toCrossEntropyLoss
. - Various documentation tweaks and enhancements, including restructuring of the user guide and breaking out information in the API reference to separate pages.