Skip to content
#

threshold-optimization

Here are 20 public repositories matching this topic...

SOLARIS-X

🛰️ Production-ready ML system for geomagnetic storm prediction | 98% AUC, 70% recall | Threshold-optimized ensemble with real-time inference | 29-year dataset (1996-2025) | NOAA SWPC operational standards | Complete MLOps pipeline

  • Updated Jan 21, 2026
  • Python

B2B sales lead quality prediction using XGBoost classifier. Achieves 81.06% ROC AUC and 84.74% recall on 7,420 IT sales leads. Handles class imbalance, high-cardinality categoricals, and missing data through frequency encoding and threshold optimization. Includes statistical analysis, cross-validation, feature importance, and business insights.

  • Updated Nov 10, 2025
  • Jupyter Notebook

End-to-end credit card fraud detection using Random Forest and LightGBM, with class imbalance handling, threshold optimization, and SHAP-based model interpretability.

  • Updated Jan 14, 2026
  • Jupyter Notebook

ICU patient mortality prediction using machine learning. The project explores Logistic Regression, KNN, and Random Forest models with focus on handling class imbalance, optimizing recall for mortality detection, and applying threshold tuning for clinical decision support.

  • Updated Apr 29, 2026
  • Jupyter Notebook

Built a machine learning model to predict telecom customer churn using classification techniques and SHAP explainability. Optimized performance through tuning and translated results into actionable customer retention insights.

  • Updated Apr 21, 2026
  • Jupyter Notebook

End-to-end supervised ML project predicting Indian cricket team match outcomes using historical data. Covers EDA, feature engineering, Logistic Regression, KNN, Naive Bayes, and Decision Tree (with GridSearchCV tuning) — with actionable BCCI strategy recommendations.

  • Updated Apr 1, 2026
  • Jupyter Notebook

Visualize binary classifier performance with operating profile plots: score histograms + TPR/FPR/accuracy metrics across all decision thresholds. Python tool for model validation, threshold tuning, ROC analysis, calibration audits

  • Updated Dec 5, 2025
  • Python

This repository contains a machine learning pipeline for predicting bank marketing campaign success using the Bank Marketing Dataset. It includes data preprocessing, model training (Logistic Regression and Random Forest), and threshold optimization to improve recall for the minority class. The final model is evaluated using precision, recall.

  • Updated Apr 25, 2026
  • Jupyter Notebook

Exploratory financial fraud detection ML pipeline built to study class imbalance, feature behavior, and threshold tradeoffs. Uses XGBoost on a large transaction dataset to analyze recall-precision dynamics, data shortcuts, and system limitations. Educational, not production-ready.

  • Updated Apr 18, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the threshold-optimization 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 threshold-optimization topic, visit your repo's landing page and select "manage topics."

Learn more