Datasets:
π Welcome β try to break the dataset and tell us what you find
#2
by shaypal5 - opened
Hi everyone π
I'm Shay, the author of this dataset. Welcome β and thank you for being here.
LeadForge is a reproducible, three-tier synthetic B2B sales funnel dataset for teaching lead scoring. All three tiers β Intro, Intermediate, and Advanced β share the same relational schema and the same task (converted_within_90_days), varying only in conversion rate, noise, and missingness.
π¨ The challenge: try to break it
This dataset ships with a break-me guide that catalogues nine adversarial patterns to look for. Here are the ones I'm most curious whether you find:
- The leakage trap β
total_touches_allis a deliberately leaky column. Can you detect it programmatically before reading the docs? - Split contamination β β93% of test accounts also appear in train. What's the AUC gap between a random split and a proper
GroupKFold(account_id)split? - Calibration drift β the Advanced tier has a median calibration max-bin error of 0.221 with very high seed-to-seed variance. Can you fix it?
- GBM not beating LR β on all three tiers, gradient boosting slightly underperforms logistic regression on the raw snapshot. Can you figure out why, and fix it with feature engineering?
- Channel signal β
lead_sourcehas near-random univariate AUC (~0.50β0.52). Is that realistic? Is there a way to extract signal from it?
π¬ Feedback I'd love
- Does the difficulty feel right for each tier?
- Does the B2B SaaS scenario feel realistic? What would make it more so?
- Missing a feature you'd expect in a real CRM? Let us know.
- Found something that looks like a bug? File it at leadforge-dev/leadforge.
The five starter notebooks on the Code tab (Starter, EDA, Feature Engineering, Calibration, SHAP) are the quickest way to get oriented.
Looking forward to seeing what you find!
β Shay