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

Add noise_level_bounds to WhiteKernel #101

Merged
merged 2 commits into from
Sep 9, 2022
Merged

Add noise_level_bounds to WhiteKernel #101

merged 2 commits into from
Sep 9, 2022

Conversation

dk-teknologisk-cbb
Copy link
Collaborator

Add the parameter noise_level_bounds to the constructor of GaussianProcessRegressor. The parameter sets the noise level bounds of the WhiteKernel used when noise is set to "gaussian". The default values are the same as the default values of the WhiteKernel constructor.

This pull request opens up for solving the issue #95 by changing the noise level bounds.

Add the parameter noise_level_bounds to the constructor of GaussianProcessRegressor. The parameter sets the noise level bounds of the WhiteKernel used when noise is set to "gaussian". The default values are the same as the default values of the WhiteKernel constructor.
Describe the purpose of of noise_level_bounds
@dk-teknologisk-cbb dk-teknologisk-cbb linked an issue Jul 5, 2022 that may be closed by this pull request
@dk-teknologisk-cbb dk-teknologisk-cbb marked this pull request as ready for review July 5, 2022 09:14
@dk-teknologisk-cbb
Copy link
Collaborator Author

@abbl-DTI could you have a look at this change?

@sqbl
Copy link
Collaborator

sqbl commented Jul 5, 2022

Looking good. What will happen if user gives a noise estimate in the noise parameter - and if that estimate is outside the bounds of the noise-range?

@dk-teknologisk-cbb
Copy link
Collaborator Author

noise_level_bounds is only used when noise = "gaussian", so in the case you mention the bounds will not be used for anything. As I understand it, the only way to get a tunable noise is by setting noise="gaussian", so I figured that was a sensible behaviour.

@sqbl sqbl merged commit 8525390 into develop Sep 9, 2022
@sqbl sqbl deleted the add-noise-parameter branch September 9, 2022 12:15
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

Successfully merging this pull request may close these issues.

2 participants