gcp Google Cloud Blog ·

Google Cloud introduces TabFM in BigQuery for zero-shot predictive analytics

blogaigcppreviewengineergcp-bigquery
feature announcement

Google Cloud has introduced TabFM, a pre-trained foundation model for tabular data, now available in BigQuery. This model simplifies enterprise predictive analytics by enabling instant, high-quality predictions via a single SQL statement, eliminating traditional training and deployment complexities. Currently in preview, TabFM supports zero-shot predictions for tasks like churn or fraud scoring, offering state-of-the-art accuracy. It runs natively in BigQuery, automatically handling featurization and scaling to process millions of rows efficiently for developers, data scientists, and analysts.

  • TabFM: A pre-trained foundation model for tabular data in BigQuery
  • Choosing between TabFM and traditional ML models in BigQuery
Features (1)
  • TabFM: A pre-trained foundation model for tabular data in BigQuery

    TabFM, developed by Google Research, is a state-of-the-art, pre-trained foundation model for regression and classification tasks on tabular data. It leverages in-context learning to deliver highly accurate, zero-shot predictions instantly via a single SQL statement, eliminating traditional model training and deployment. Users can access TabFM through new built-in SQL functions like AI.PREDICT for instant predictions and AI.EVALUATE for performance assessment, simplifying predictive ML for various business applications.

Notes (1)
  • Choosing between TabFM and traditional ML models in BigQuery

    TabFM is ideal for rapid, high-quality predictive insights without deep ML expertise, especially with small-to-medium datasets, frequently changing data, or agentic applications requiring on-demand analysis. Traditional models like XGBoost remain suitable for very large historical datasets, custom hyperparameter tuning needs, when exceeding TabFM's current feature limits, or when feature-importance explainability is crucial.

Read the original announcement →

https://cloud.google.com/blog/products/data-analytics/tabfm-adds-predictive-ml-to-bigquery/

Related releases