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
We could follow the XGBoost strategy of imputing missing value direction directly in the tree building process.
We may want to support different 'missing' value designations or simply only accept NaN as missing. My preference at this time is to only support NaN as it is not difficult for a user to convert their 'missing' value to NaN.
The text was updated successfully, but these errors were encountered:
Design a strategy for handing of missing values.
We could follow the XGBoost strategy of imputing missing value direction directly in the tree building process.
We may want to support different 'missing' value designations or simply only accept NaN as missing. My preference at this time is to only support NaN as it is not difficult for a user to convert their 'missing' value to NaN.
The text was updated successfully, but these errors were encountered: