Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Implement "Reject Option Classification" post-processing technique #10

Closed
cosmicBboy opened this issue Aug 30, 2017 · 0 comments · Fixed by #19
Closed

Implement "Reject Option Classification" post-processing technique #10

cosmicBboy opened this issue Aug 30, 2017 · 0 comments · Fixed by #19

Comments

@cosmicBboy
Copy link
Owner

Single Classifier Setting

  • training an initial classifier on dataset D
  • generating predicted probabilities on the test set
  • computing the proximity of each prediction to the decision boundary learned by the
    classifier
  • within the critical region threshold theta around the decision boundary,
    where 0.5 < theta < 1, X_s1 (disadvantaged observations) are assigned as y+ and
    X_s0 (advantaged observations are assigned as y –.

Multi-classifier Setting

ROC in the multiple classifier setting is similar to the single classifier setting, except that predicted probabilities are defined as the weighted average of probabilities generated by each classifier C_k (k is the number of different classifiers trained), where the weights can be defined as:

  • the accuracy of the classifier on the data.
  • uniform (take the mean of the predictions)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant