yandex-research/tabm
(ICLR 2025) TabM: Advancing Tabular Deep Learning With Parameter-Efficient Ensembling observed · 2026-08-28
Health v2 · maintenance only
36/100
- Activity 51
- Release rhythm 10
- Longevity 47
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 671
- days_rel: 384
- days_push: 296
- n_releases_24m: 1
Adoption not part of the score
1099 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TabM is a PyTorch-based deep learning model for tabular data that efficiently imitates an ensemble of MLPs through parameter-efficient ensembling. It is the official implementation of an ICLR 2025 paper and ships as a Python package plus paper reproduction code.
Use cases
- train a neural network on tabular data
- improve on gradient boosting for tabular prediction
- build an efficient ensemble of MLPs for classification or regression
- win Kaggle competitions with tabular datasets
- apply deep learning to large tabular datasets with millions of rows
- find a strong deep learning baseline for tabular benchmarks
When to choose
- you need strong accuracy on tabular data with better efficiency than deep ensembles or transformer-based tabular models
- you want a practical tabular DL model that scales to large datasets (10M+ rows)
- you want a competitive alternative or complement to GBDT models like XGBoost
When to avoid
- you need a quick baseline and GBDT already meets your accuracy and latency needs
- your data is not tabular (images, text, audio)
- you need a model with extensive interpretability tooling
Facets
library · maturity active
machine-learning deep-learning machine-learning data-science python tabular-data pytorch ensembling mlp kaggle iclr-2025 supervised-learning
7 sources
- readme: https://github.com/yandex-research/tabm · fetched 2026-08-28 · 0eb3e4df6c0d
- homepage: https://arxiv.org/abs/2410.24210 · fetched 2026-08-29 · 48b31ef89eaf
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- registry_pypi: https://pypi.org/pypi/tabm/json · fetched 2026-08-29 · 33e5b3bfeeed
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yandex-research/tabm | main | 36 |
For agents
markdown · JSON · MCP: product_card(name="yandex-research/tabm")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem