lee-group-cmu / Cal-PIT

Source code for the calpit Python package
https://cal-pit.readthedocs.io/en/latest/
MIT License
1 stars 1 forks source link

Add strategies to account for missing data #13

Open biprateep opened 3 months ago

biprateep commented 3 months ago

Here are a few promising methods:

biprateep commented 3 months ago

Another strategy will be to train on curated data but during inference, replace the missing inputs by values drawn drawn from the feature space and then marginalizing the results. PZFlow takes this approach (see: https://github.com/jfcrenshaw/pzflow/blob/main/docs/tutorials/marginalization.ipynb). Need to look into if this is theoretically a sound thing to do.