← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Google Introduces TabFM Foundation Model for Predictive Analytics in BigQuery

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • TabFM is a pre-trained foundation model for tabular data.
  • It offers zero-shot predictions directly within BigQuery using SQL.
  • TabFM automates feature engineering and hyperparameter tuning.
  • It reportedly outperforms traditional models on industry benchmarks.

TabFM Integration in BigQuery

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.

Simplified Predictive Analytics

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.

Performance and Scalability

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.

Developer Experience

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~24 min · 20 stories · Sep 01

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.