Improving computational efficiency of hyper-parameter tuning #36
boyuren158
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the program runs through a grid of hyper-parameter values and picks the one minimizing the covariate balance. This approach is very slow and might spend too much time on "unlikely" configurations. An alternative approach of hyper-parameter tuning can be achieved by using covariate balance as a pseudo-likelihood and combining a prior distribution of the hyper-parameters with it to enable a Bayesian inference.
Beta Was this translation helpful? Give feedback.
All reactions