Changed
- Updated API docs for the
nannyml.io
package, thanks @maciejbalawejder (#286) - Restricted versions of
numpy
to be<1.25
, since there seems to be a change in theroc_auc
calculation somehow (#301)
Added
- Support for Data Quality calculators in the CLI runner
- Support for Data Quality results in
Ranker
implementations (#297) - Support
mendable
in the docs (#295) - Documentation landing page (#303)
- Support for calculations with delayed targets (#306)
Fixed
- Small changes to quickstart, thanks @NeoKish (#291)
- Fix an issue passing
*args
and**kwargs
inResult.filter()
and subclasses (#298) - Double listing of the binary dataset documentation page
- Add missing thresholds to
roc_auc
inCBPE
(#294) - Fix plotting issue due to introduction of additional values in the 'display names tuple' (#305)
- Fix broken exception handling due to inheriting from
BaseException
and notException
(#307)