Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing value handing #23

Open
RAMitchell opened this issue Jul 25, 2023 · 0 comments
Open

Missing value handing #23

RAMitchell opened this issue Jul 25, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@RAMitchell
Copy link
Contributor

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.

@RAMitchell RAMitchell added the feature request New feature or request label Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant