pytorch-tabular/pytorch_tabular
A unified framework for Deep Learning Models on tabular data observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 77
- Release rhythm 36
- Longevity 100
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: 423
- age_days: 2087
- days_rel: 219
- days_push: 138
- n_releases_24m: 2
Adoption not part of the score
1677 stars · 177 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PyTorch Tabular is a Python library providing a unified, high-level interface for deep learning models on tabular data, built on PyTorch and PyTorch Lightning. It bundles standard tabular architectures with automatic GPU/CPU scaling and logging.
Use cases
- train deep learning models on tabular data
- apply neural networks to structured CSV datasets
- use TabNet or FT-Transformer style architectures
- scale tabular model training on GPU with PyTorch Lightning
- replace gradient boosting with deep learning for classification or regression
When to choose
- you want a high-level API for deep learning on tabular data without writing boilerplate
- you want built-in access to multiple tabular architectures under one interface
- you already use PyTorch Lightning and want automatic logging and GPU scaling
When to avoid
- you need a quick baseline on small tabular data, where gradient boosting (XGBoost/LightGBM) is often stronger
- you need custom architectures outside the supported set
- you work with images, text, or audio rather than structured tables
Facets
library · maturity active
machine-learning deep-learning machine-learning data-science python tabular-data pytorch-lightning neural-networks high-level-api
2 sources
- readme: https://github.com/pytorch-tabular/pytorch_tabular · fetched 2026-08-28 · 3fdfbfd7892c
- registry_pypi: https://pypi.org/pypi/pytorch_tabular/json · fetched 2026-08-29 · a896939bdf43
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytorch-tabular/pytorch_tabular | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="pytorch-tabular/pytorch_tabular")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem