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
I find now that with the binning_parameters I can specify a special code. I have a datast where missing are coded by a string "unknown" and "no value". I understand that I can replace these by nan in the preprocessiing stage. However, I am wondering if there is a way to specify the list of missing similar to special code. Something lime missing_codes = ["unknown", "no value", "_"]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I find now that with the binning_parameters I can specify a special code. I have a datast where missing are coded by a string "unknown" and "no value". I understand that I can replace these by nan in the preprocessiing stage. However, I am wondering if there is a way to specify the list of missing similar to special code. Something lime missing_codes = ["unknown", "no value", "_"]
Beta Was this translation helpful? Give feedback.
All reactions