TL;DR
Clinical prediction models often fail when key data is missing at deployment, particularly in different healthcare settings. DRUM (Distributionally Robust Unsupervised Transfer Learning with Missing Covariates) was developed to address this issue by optimizing predictive performance without imputing missing data.
✦ Why It Matters
Engineers can leverage DRUM to enhance predictive model performance in diverse healthcare settings with missing data.
Key Takeaways
How It Works
DRUM partitions covariates into shared and missing components, optimizing predictive performance by focusing on the worst-case scenario of the unknown target distribution. It employs a neural network generator to adapt the model while controlling for deviations from the source data.
Related