Skip to content
#

selective-classification

Here are 22 public repositories matching this topic...

A decision-safety lab for loan approval: trains a baseline classifier, calibrates probabilities (ECE/Brier), sweeps confidence thresholds to build a coverage, quality frontier and outputs a defensible abstention policy (auto-decide vs review). Includes a Streamlit dashboard for report cards, triage UI, and data quality checks.

  • Updated Jun 24, 2026
  • Python

Longform article reframing abstention (reject option / selective prediction) as product design, not model weakness. Covers coverage as a KPI, calibration as a prerequisite, threshold selection under review capacity and risk, queue/UX design for human-in-the-loop workflows, and anti-patterns that break safety in production.

  • Updated Apr 29, 2026

Decision-safe evaluation + Streamlit dashboard for AI vs Human vs Post-Edited AI text detection. Generates a reliability report card (Accuracy, Macro F1, ECE, Brier), calibration plots, confidence histograms, and a coverage-vs-performance abstention curve. Recommends an operating threshold for human-review routing.

  • Updated Jun 30, 2026
  • Python

Confidence-aware calibration framework for blood agglutination image classification (MobileNetV2/EfficientNetV2 + AutoGluon, isotonic calibration, class-conditional review policy). Externally validated on NIH Malaria dataset. Paper + reproducible pipeline.

  • Updated Jul 31, 2026
  • Jupyter Notebook

Official code for the paper "Adaptive Mahalanobis Prototype Ratios for Machine-Learning Confidence Estimation" — APGC, a post-hoc confidence score combining a classifier's probability margin with adaptive Mahalanobis prototype geometry. Includes the full 16-task benchmark, results and figures.

  • Updated Jul 31, 2026
  • Python

New Zealand-localized phishing and smishing detection with selective abstention. Combines a localized feature set (IRD, NZ Post, banks, te reo cues, .govt.nz lookalikes) with classical baselines, fine-tuned transformers, and LLM-as-classifier (Gemini), under a class-conditional deferral layer for human review. Independent research.

  • Updated Jul 5, 2026
  • Python

Improve this page

Add a description, image, and links to the selective-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the selective-classification topic, visit your repo's landing page and select "manage topics."

Learn more