Is customized objective function supported? #60
-
I want to train an LGBM regression model but with customized loss/objective function. |
Beta Was this translation helpful? Give feedback.
Answered by
qingyun-wu
Apr 9, 2021
Replies: 1 comment 6 replies
-
Hi maycuiyan, Thank you for the question. You can do it in FLMAL by adding a customized learner:
Please let me know if you need more help with adding your customized learner. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
maycuiyan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi maycuiyan,
Thank you for the question. You can do it in FLMAL by adding a customized learner:
You can find an example of how to add a customized learner in section 3 of this notebook https://github.com/microsoft/FLAML/blob/main/notebook/flaml_automl.ipynb
Please let me know if you need more help with adding your customized learner.