Calling specific in-built objective function #1260
Unanswered
Sukanta Basu (Sukantabasu)
asked this question in
Q&A
Replies: 1 comment 5 replies
|
Depending on whether the parameter is set in constructor or .fit(), use either |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
FLAML provides several in-built "metrics". However, I could not find an easy way to change the "objectives". For example, lightgbm provides several objectives (https://lightgbm.readthedocs.io/en/latest/Parameters.html). For regression problems, one can use rmse, mae, Huber, etc. Is there a way I can specify one of these pre-existing objectives? I am not referring to any custom objectives.
Thanks.
All reactions