Skip to content

Incremental Hyperparameter optimization in GPy classifier #939

Answered by zhenwendai
ishcha asked this question in Q&A
Discussion options

You must be logged in to vote

GPy model memorizes the parameter values so that if you keep the same GPy model instance, model.optimize() will start from the previous parameters. If you do not want to optimize until convergence, you can specify the maximum number of iterations.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ishcha
Comment options

Answer selected by ishcha
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