Can I use FLAML for hyperparameters optimization of my own model? #83
Unanswered
gregheymans
asked this question in
Q&A
Replies: 1 comment
-
Hi Greg, does your model have scikit-learn style API like fit() and predict()? If so, you can easily add it like in this example: https://github.com/microsoft/FLAML/blob/main/notebook/flaml_automl.ipynb (Section 3. Customized Learner) And specify |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have my own model with its own hyperparameters. I was wondering if I can use FLAML for hyperparameters optimization only for my own model.
Best,
Greg
Beta Was this translation helpful? Give feedback.
All reactions