-
Notifications
You must be signed in to change notification settings - Fork 10
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
Custom objective and evaluation function #90
Comments
Hi @rbeeli thanks for raising this issue. This request is not super straightforward or high on our priorities list. With that said we can take a look at what is required to implement these features, but I'm not sure we can turn this one around quickly. |
Notes: |
To support custom metrics without calling predict, we can use |
#114 make partial progress towards this request |
The Sklearn API provides a simple way of specifying custom objective functions and evaluation metrics:
Source: https://towardsdatascience.com/custom-loss-functions-for-gradient-boosting-f79c1b40466d
Is the same possible with LightGBM.jl? If not, can this feature be added?
The text was updated successfully, but these errors were encountered: