pip install -r requirements.txtbash scripts/run_main_7datasets.shThe main per-dataset tau values are stored in:
config/expected_main_taus.json
python scripts/run_tabicl_cure.py \
--dataset noaa \
--tau 0.4 \
--data-root "$PWD/data/uspds" \
--output-root "$PWD/results" \
--device cuda \
--threads 4Results are saved under:
results/{dataset}/
Each dataset directory contains:
summary.json
run_config.json
step_metrics.csv
.
├── data/
│ └── uspds/
├── config/
│ └── expected_main_taus.json
├── scripts/
│ ├── run_tabicl_cure.py
│ └── run_main_7datasets.sh
├── src/
│ └── stream/
├── requirements.txt
└── results/
The TabICLv2 model checkpoint is not included in this bundle. Running the code requires either:
- online checkpoint resolution/download through the
tabiclpackage, or - a local checkpoint path supplied through
TABICL_MODEL_PATH
For offline use, set:
export TABICL_MODEL_PATH=/path/to/tabicl-classifier-v2-20260212.ckpt