Skip to content

How to recreate the model using the best suggested model settings? #889

Answered by qingyun-wu
vinay-k12 asked this question in General
Discussion options

You must be logged in to vote

Hi @vinay-k12,
Thank you for your question. There are two possible ways you can retain the model using the best config:

  1. use retrain_from_log if you logged the search trajectory.
    It allows you to retain a model using the best config in your log file.
  2. Set your best config to be thestarting_points without specifying max_iter and time_budget . Find an example for using starting_points here.

Please let me know if you need any further help!

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@qingyun-wu
Comment options

@vinay-k12
Comment options

@sonichi
Comment options

Answer selected by vinay-k12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants