Google has announced the preview release of TabFM, a new foundation model for predictive analytics, directly integrated into BigQuery. This model is designed to simplify and accelerate enterprise predictive tasks such as churn prediction, purchase intent analysis, and fraud scoring. Historically, these tasks required custom model building with libraries like XGBoost or DNNs, involving complex and time-consuming cycles of training, tuning, and deployment.
TabFM leverages in-context learning (ICL) to provide instant predictions on tabular datasets through a single SQL statement. This eliminates the need for separate training and deployment phases, reducing the overhead associated with manual feature engineering, hyperparameter tuning, and extensive training. The model also handles common data preparation tasks like missing value imputation and categorical encoding automatically.
According to Google, TabFM delivers state-of-the-art accuracy, outperforming custom-trained traditional models on complex datasets and achieving superior scores on industry benchmarks like TabArena. It is built to scale, processing large inference tables with millions of rows in minutes by utilizing BigQuery’s distributed inference architecture. This capability extends predictive machine learning to agentic applications without requiring separate runtime or infrastructure management.
The model runs natively within BigQuery, making it accessible via simple SQL syntax. This aims to provide a straightforward developer experience, allowing users to obtain high-quality predictions by passing labeled historical data and new prediction tables into a single SQL function. This approach reduces the need for specialized data science skills for model deployment and maintenance.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Google has launched TabFM, a pre-trained foundation model for regression and classification on tabular data, now available in preview within BigQuery. TabFM enables zero-shot predictions via SQL, eliminating traditional model training and deployment steps, which simplifies predictive analytics for enterprise tasks like churn prediction or fraud scoring.