Calling specific in-built objective function #1260
-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Depending on whether the parameter is set in constructor or .fit(), use either |
Beta Was this translation helpful? Give feedback.
Depending on whether the parameter is set in constructor or .fit(), use either
https://microsoft.github.io/FLAML/docs/Use-Cases/Task-Oriented-AutoML#a-shortcut-to-override-the-search-space
or
https://microsoft.github.io/FLAML/docs/Use-Cases/Task-Oriented-AutoML#extra-fit-arguments