Skip to content

How to specify search space #159

Answered by qingyun-wu
hanhanwu asked this question in Q&A
Aug 10, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @hanhanwu,

You can specify the parameters and also the hyperparameter search space of an estimator by adding a customized learner. If there are multiple estimators, you can just specify the search space for each one of them and add each of the estimators to the estimator_list after calling the add_learner(..) function of the AutoML instance.

Please find guidance on how to do them in this tutorial: FLAML with different levels of customization.
You can find a code example in the following notebooks: https://github.com/microsoft/FLAML/blob/main/notebook/flaml_automl.ipynb (Section 3. Customized Learner).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hanhanwu
Comment options

@qingyun-wu
Comment options

@hanhanwu
Comment options

Answer selected by hanhanwu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants