This repository is the official implementation of Zero-shot Meta-learning for Tabular Prediction Tasks with Adversarially Pre-trained Transformer.
@article{wu2025zero,
title={Zero-shot Meta-learning for Tabular Prediction Tasks with Adversarially Pre-trained Transformer},
author={Wu, Yulun and Bergman, Doron L},
journal={International Conference on Machine Learning},
year={2025}
}conda create -n apt-env python=3.10
conda activate apt-env* make sure to install the right versions for your toolkit
pip install -r requirements.txt
pip install -e .See evaluate_classification.ipynb and evaluate_regression.ipynb for examples.
./main.shA list of flags may be found in main.sh and main.py for experimentation with different hyperparameters. The run log is saved under logs/, models are saved under *artifact_path*/saves, and the tensorboard log is saved under *artifact_path*/runs.
Our checkpoints are stored here.
Contributions are welcome! All content here is licensed under the MIT license.
