Ignoring masked values instead of imputing them?

Is there a straightforward way to, instead of imputing masked values, just ignore them?

I’d imagine this is a common use case. The imputed values are causing problems here because they’re discrete and the sampling is tricky. And also I just don’t care much about them.

Hi John! Welcome back :wink:

I dont think we have anything to handle that natively right now, usually this is on the user side to do index and reshape (e.g., Disabling missing data imputation)