TransTab: Learning Transferable Tabular Transformers Across Tables

Neural Information Processing Systems 

Tabular data (or tables) are the most widely used data format in machine learning (ML). However, ML models often assume the table structure keeps fixed in training and testing. Before ML modeling, heavy data cleaning is required to merge disparate tables with different columns. How to learn ML models from multiple tables with partially overlapping columns? How to incrementally update ML models as more columns become available over time?