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 for Linear Regression #166

Open
Rykath opened this issue Jun 21, 2022 · 1 comment
Open

Hyperparameter optimization for Linear Regression #166

Rykath opened this issue Jun 21, 2022 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@Rykath
Copy link
Collaborator

Rykath commented Jun 21, 2022

Optimization of noise (sigma_n, sigma_p) and of the number of basis functions (order).
Similar to optimize for Gaussian Processes.

Good Summary: http://krasserm.github.io/2019/02/23/bayesian-linear-regression/

@Rykath Rykath added the enhancement New feature or request label Jun 21, 2022
@Rykath Rykath added this to Backlog in Tasks v0.6 Jun 21, 2022
@krystophny
Copy link
Collaborator

One could, instead of optimizing, even integrate out hyperparameters (scale and noise). See https://towardsdatascience.com/how-to-build-a-bayesian-ridge-regression-model-with-full-hyperparameter-integration-f4ac2bdaf329?gi=d6517e1d62bf and/or ask Sascha Ranftl. The posterior will not be Gaussian then though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Tasks v0.6
  
Backlog
Development

No branches or pull requests

2 participants