Skip to content
#

threshold-tuning

Here are 49 public repositories matching this topic...

A hands-on lab showing how “improving” a single metric (AUC/accuracy/F1) can worsen real-world outcomes. Includes metric audits, slice checks, cost-sensitive evaluation, threshold tuning, and decision policies you can defend, so dashboards don’t quietly ship bad decisions.

  • Updated Apr 26, 2026

Advanced sentiment analysis lab with TF-IDF word/char features, leakage-safe multi-model training, ROC/PR-AUC evaluation, calibration, cost-aware threshold tuning, error analysis, explainability, and live prediction.

  • Updated Sep 14, 2026
  • Python

Fraud risk operations platform with production-grade engineering for policy-driven scoring, review workflows, audit logging, worker-backed batch jobs, and observability.

  • Updated Sep 16, 2026
  • Python

Machine learning fraud detection system using tabular transaction data. Explores class imbalance, precision-recall tradeoffs, and threshold tuning to optimize real-world performance.

  • Updated Mar 30, 2026
  • Jupyter Notebook

Classical NLP vs. Transformers benchmark for fake news detection — TF-IDF + Logistic Regression vs. fine-tuned DistilBERT, dynamic threshold tuning, feature explainability, live NewsAPI integration, and Streamlit UI.

  • Updated Mar 2, 2026
  • Python

End-to-end ML pipeline for UCI Heart Disease classification. Includes leak-safe preprocessing, baseline + Random Forest + HistGradientBoosting, val-tuned thresholds, and CI that generates a downloadable reports artifact. Best model (HGB) hits F1=0.872, Acc=0.891 on the held-out test set

  • Updated Dec 30, 2025
  • Python

Machine learning project to predict 30-day hospital readmission risk using healthcare data, class imbalance handling, threshold tuning, and patient-safety-oriented evaluation.

  • Updated Jun 10, 2026
  • Jupyter Notebook

Predicting loan default risk using Logistic Regression and CatBoost with business cost-based threshold optimization. Minimizes total financial loss by tuning decision thresholds using a cost-benefit matrix. Built with Python, CatBoost & Scikit-learn.

  • Updated Jun 9, 2026
  • Jupyter Notebook

Add this topic to your repo

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

Learn more