Back to AI architectures leaderboard
hobby Color polygraph · architecture detail Sanity check

Single-model baselines

Five hand-tuned single configurations under the shared 5-fold CV. No random search, no stacking, no per-target tweaking - one default config per family that a reasonable practitioner would write on day one. The job of this page is to keep the rest of the leaderboard honest: anything that does not beat these by a clear margin is not earning its keep.

Per-model scores

Model Gender AUC Age MAE Mood MAE
Single LightGBM 0.876 6.95 8.85
Single XGBoost 0.875 7.14 9.08
HistGradientBoosting 0.867 7.16 9.27
MLP (256, 128, 64) 0.823 8.41 10.84
Linear (logistic / ridge) 0.810 8.77 11.35

Best baseline per column highlighted. A simple LightGBM with sensible defaults wins every metric here. The blended baseline row on the leaderboard (logistic + HGB + LGB + XGB + MLP) lands at 0.874 / 7.10 / 9.10 because the linear and MLP members drag the trees down.

Configurations

Project links

Back to AI architectures leaderboard