File size: 926 Bytes
690f00e f05d7c2 690f00e f05d7c2 d20168d 690f00e f05d7c2 690f00e f05d7c2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: bsd-3-clause
pipeline_tag: tabular-classification
library_name: tabicl
---
# TabICL: A Tabular Foundation Model for In-Context Learning on Large Data
TabICL is a scalable tabular foundation model designed for classification tasks. Pre-trained on synthetic datasets with up to 60K samples, it can handle even larger datasets
thanks to its memory-efficient inference.
## Installation
```bash
pip install tabicl
```
The source code is available at [GitHub - soda-inria/tabicl](https://github.com/soda-inria/tabicl).
## Citation
If you use TabICL for research purposes,
please cite our **[paper](https://arxiv.org/abs/2502.05564)**:
```bibtex
@article{qu2025tabicl,
title={TabICL: A Tabular Foundation Model for In-Context Learning on Large Data},
author={Qu, Jingang and Holzm{\"u}ller, David and Varoquaux, Ga{\"e}l and Morvan, Marine Le},
journal={arXiv preprint arXiv:2502.05564},
year={2025}
}
``` |