Skip to content
#

selection-bias

Here are 29 public repositories matching this topic...

Longform data analysis article arguing every “dataset” is actually three: Observed (captured rows), Missing (what should exist but doesn’t), and Excluded (what filters/joins/dropna removed). Includes dataset accounting, join-loss and missingness audits, segmentation checks, and practical templates to prevent biased KPIs and wrong conclusions.

  • Updated Apr 29, 2026

Grades a hyperparameter sweep against a truth it cannot see, including one task whose labels come from a fair coin so every configuration is provably at chance. A sweep on it reports 0.5202 on average and as high as 0.5672, and 95.3 percent of the improvement it claimed was selection bias.

  • Updated Aug 26, 2026
  • Python

Bank marketing ML model (92% ROC-AUC) with XGBoost + Platt scaling. EDA-driven binning, handles 93% class imbalance, addresses data leakage & selection bias. 16 docs covering nuances & business impact.

  • Updated Dec 29, 2025
  • Jupyter Notebook

Add this topic to your repo

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

Learn more