Google Research has unveiled TabFM, a foundation model designed for classification and regression on tabular datasets without requiring dataset-specific training or hyperparameter optimization.
Unlike traditional machine learning models that must be retrained for each dataset, TabFM uses in-context learning to make predictions by reading labeled training examples provided at inference time.
The model supports mixed numerical and categorical data, offers a scikit-learn compatible interface, and works out of the box for a wide range of tabular tasks. Google says TabFM simplifies tabular machine learning workflows while delivering strong zero-shot performance across diverse datasets.





