error_parity.classifiers
Helper functions to construct and use randomized classifiers.
Classes
|
Constructs a deterministic binary classifier, by thresholding a real-valued score predictor. |
|
A dummy classifier whose predictions have no correlation with the input features, but achieves whichever target FPR or TPR you want (on ROC diag.) |
|
|
|
Constructs a classifier from a set of group-specific classifiers. |
|
Constructs a randomized classifier from the given classifiers and their probabilities. |