alanarazi7/TabSTAR
TabSTAR: A Tabular Foundation Model for Tabular Data with Text Fields
This helps data scientists or machine learning practitioners build predictive models from tabular data that includes descriptive text. You input a spreadsheet or database table, often with columns containing product descriptions, customer reviews, or similar text. The output is a trained model capable of making predictions or classifications based on both numerical and text data, giving more accurate results than traditional methods.
Use this if you need to build a machine learning model using a dataset that combines standard numerical/categorical columns with free-form text fields, and you want to leverage advanced text understanding to improve your predictions.
Not ideal if your dataset contains only numerical and categorical data without any text fields, or if you are specifically looking for a visual, no-code solution for model building.
Stars
79
Forks
12
Language
Python
License
MIT
Category
Last pushed
Jan 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/alanarazi7/TabSTAR"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
PriorLabs/TabPFN
⚡ TabPFN: Foundation Model for Tabular Data ⚡
pyg-team/pytorch-frame
Tabular Deep Learning Library for PyTorch
NVIDIA-Merlin/NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to...
PriorLabs/tabpfn-extensions
Community extensions for TabPFN - the foundation model for tabular data. Built with TabPFN! 🤗
pytorch-tabular/pytorch_tabular
A unified framework for Deep Learning Models on tabular data