Replies: 1 comment 1 reply
-
Hey @wregter. Can you provide more details? LightGBM can handle missing values and will handle them if they appear when predicting (a warning is issued though). An error would only be raised if you have another model that can't handle them, like LinearRegression from scikit-learn for example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know LightGBM can handle missing values which could be very useful in some use cases. However, currently I am receiving a missing value error when I have any missing values when fitting the model. Why is this the case? Is there another process that cannot handle missing values during fitting the model? Or is this just meant as a warning? Could including missing values be a potential new feature?
Beta Was this translation helpful? Give feedback.
All reactions