Skip to content
TabFM: Zero-Shot Table Predictions That Beat XGBoost — ContentBuffer guide

TabFM: Zero-Shot Table Predictions That Beat XGBoost

K
Kodetra Technologies··10 min read Intermediate

Summary

Run Google's TabFM on real tabular data. No tuning, no feature engineering, one forward pass.

For fifteen years the answer to "I have a table and a target column" has been the same: reach for gradient-boosted trees, then spend two days on hyperparameter search and feature crosses to squeeze out the last two points of AUC. Google Research just shipped something that skips all of it.

TabFM is a foundation model for tabular data. You hand it your training rows and your test rows as a single context, it does one forward pass over frozen weights, and out come calibrated probabilities. No fit loop that updates parameters. No learning rate. No max_depth. On TabArena — 51 datasets, 38 classification and 13 regression — the untuned model beats heavily-tuned supervised baselines including gradient-boosted trees.

Keep reading — it's free

Enter your email to keep reading — plus the best of AI & tech, daily. Free, forever.

or

Already a member? Sign in

Comments

Subscribe to join the conversation...

Be the first to comment