GOSS parameters in task-oriented AutoML #863
Unanswered
ohenry-proda
asked this question in
Q&A
Replies: 1 comment
-
Have you considered the shortcut to override the search space? https://microsoft.github.io/FLAML/docs/Use-Cases/Task-Oriented-AutoML#a-shortcut-to-override-the-search-space |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to tune a GOSS-enabled
LGBMRegressor
using theAutoML
andLGBMEstimator
from FLAML. This works great but it doesn't seem to tune thetop_rate
andother_rate
associated with GOSS. Is there a way to enable this without wrapping the estimator in a function and tuning that?Beta Was this translation helpful? Give feedback.
All reactions