TabDPT v1.2
We're pleased to announce TabDPT v1.2, or TabDPT-Turbo! This release accelerates TabDPT fitting and inference by multiple orders of magnitude (~120x on average on TabArena) while improving predictive performance.
Changes:
- Long-context training and inference.
context_sizeis now set toNoneby default, meaning no context limit, which is usually optimal if your memory can accommodate it. Set this value lower to control GPU memory. - No retrieval by default. This can be reenabled using the
context_reductionparameter, but tends to be much slower. If needed for memory reasons, we recommend tryingcontext_reduction="subsample"orcontext_reduction="subsample-balanced"for imbalanced problems, and increasingn_ensemblesto recover performance. inf_batch_sizeis now apredictfunction parameter calledbatch_sizeand has a higher default value. This parameter can also help control GPU memory usage.- New model weights are now used, available on Huggingface and automatically downloaded by default.
Paper link coming soon.
Code Changes
Full Changelog: v1.1.14...v1.2.0