Google's TabFM skips per-dataset training | VentureBeat

https://images.ctfassets.net/jdtwqhzvc2n1/4VjIL7MxqMo55zqaoGOo2T/231e1e8c686502c3ac895c72b70a8cfe/Tabular_data.jpg?w=800&q=75

The vast majority of business data is tabular — living in data warehouses, CRMs, and financial ledgers — yet building a reliable model from it still means training a new one from scratch for every dataset, then maintaining hyperparameter tuning loops, feature engineering, and retraining pipelines to fight data drift. Google Research is proposing a way around that: a new foundation model called TabFM that treats tabular prediction as an in-context learning problem instead.

It can generate predictions for a new, unseen table in a single forward pass. For enterprise developers and AI engineers, this reduces the time-to-production from weeks of pipeline engineering to a single API call.

The challenge with traditional ML

To extract reliable predictions from a gradient-boosted tree, data scientists must build and maintain complex data pipelines. They have to clean messy inputs, impute missing values, encode categorical variables into numerical formats, and engineer custom feature crosses.

...

Copyright of this story solely belongs to venturebeat.com. To see the full text click HERE

Read more