You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the encoders mask mode, while encoding missing values are temporarily masked as non-missing ones, and then replaced with missing values. During the reverse decoding, as I understand it, we would need to substitute back in those markers, then decode, and then set them to np.nan or None again. (however, that also seems fairly straight forward so I am not 100% why this is then a TODO).
The text was updated successfully, but these errors were encountered:
Transferring TODOs to the issue tracker (#172).
automlbenchmark/amlb/datautils.py
Lines 361 to 374 in 98bf554
In the encoders
mask
mode, while encoding missing values are temporarily masked as non-missing ones, and then replaced with missing values. During the reverse decoding, as I understand it, we would need to substitute back in those markers, then decode, and then set them tonp.nan
orNone
again. (however, that also seems fairly straight forward so I am not 100% why this is then a TODO).The text was updated successfully, but these errors were encountered: