Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperparameter optimization #23

Closed
1Reinier opened this issue Jul 18, 2016 · 1 comment
Closed

Hyperparameter optimization #23

1Reinier opened this issue Jul 18, 2016 · 1 comment

Comments

@1Reinier
Copy link

Hi,

Just a quick question: I couldn't immediately spot in the code whether the gaussian process in this library optimizes its own hyperparameters. Do I have to pass in the length scale that suits my problem as an argument or will it do bayesian hyperparameter optimization here too?

Thanks!

-Reinier

@fmfn
Copy link
Member

fmfn commented Jul 18, 2016

GP's covariance is definitely optimized, see internal GP definition, however its hyper-parameters are not.

And yes, you should perform appropriate transformations to your parameters before optimizing as this implementation will not try to figure it out for you.

@fmfn fmfn closed this as completed Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants