Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 727 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 727 Bytes

recalibrate

This is a highly experimental package intended to test whether things other than Platt scaling and isotonic regression are likely to be useful, in practice, when applied to the problem of "fixing" uncalibrated classification probabilities.

In particular it tests the use of an abiility transform, although that's only applicable when one item from a group is to be chosen.

Install

pip install recalibrate 

Usage

See walmart example

Things to do sometime

Proper integration or at least comparison with sklean calibration.