Views
No views yet
1git clone https://github.com/layer6ai-labs/TabDPT.git
2cd TabDPT
3pip install -e .tests/cls_example.py for classification tasks.tests/reg_example.py for regression tasks.context_size or increase n_ensembles to trade off speed and accuracy.1@inproceedings{
2 ma2025tabdpt,
3 title={Tab{DPT}: Scaling Tabular Foundation Models on Real Data},
4 author={Junwei Ma and Valentin Thomas and Rasa Hosseinzadeh and Alex Labach and Hamidreza Kamkari and Jesse C. Cresswell and Keyvan Golestan and Guangwei Yu and Anthony L. Caterini and Maksims Volkovs},
5 booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
6 year={2025},
7 url={https://openreview.net/forum?id=pIZxEOZCId}
8}