AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler (NeurIPSW-TRL 2024)
AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler
Changhun Kim*, Taewon Kim*, Seungyeon Woo, June Yong Yang, Eunho Yang (*: equal contribution)
NeurIPS Workshop on Table Representation Learning (NeurIPSW-TRL), 2024
conda create -n adaptable python=3.8.16 -y
conda activate adaptable
pip install -r requirements.txt
- Edit conf/config.yaml properly.
- Run the following:
python main.py \
benchmark=tableshift \
dataset=heloc \
shift_type=None \
shift_severity=1 \
--config-name ours_mlp.yaml
If you have any questions or comments, feel free to contact us via [email protected].
@inproceedings{kim2024adaptable,
title={{AdapTable: Test-Time Adaptation for Tabular Data via Shift-Aware Uncertainty Calibrator and Label Distribution Handler}},
author={Kim, Changhun and Kim, Taewon and Woo, Seungyeon and Yang, June Yong and Yang, Eunho},
booktitle={NeurIPS Workshop on Table Representation Learning (NeurIPSW-TRL)},
year={2024}
}