Replies: 1 comment
-
It fails because you are using a pipeline and the custom learner is not added within the pipeline. |
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
-
I created a customed LGBM learner with the
device
parameter set to gpu, and when I apply the fit method,FLAML
returns with the following ValueError.Here is the code.
I appreciate any answer.
Beta Was this translation helpful? Give feedback.
All reactions