v0.4.2#
If methods such as
predict
are called beforefit
, asklearn.exceptions.NotFittedError
is raised instead ofNotFittedException
, and the latter is now removed.Separated out :code:matplotlib dependency into an extension that can be installed via
pip install fairlearn[customplots]
.Added a
GroupMetricSet
class to hold collections ofGroupMetricResult
objects