Skip to content

Questions regarding MAP SAAS model #2909

Answered by saitcakmak
jduerholt asked this question in Q&A
Discussion options

You must be logged in to vote

They're indeed quite similar. The MAP SAAS models control the sparsity prior of the kernel using a parameter tau. If we use a single model, we have a single tau, which can be a bit too opinionated (though still works well, if you need something cheaper). To balance it out, we can use ensembling with multiple different tau parameters, which is where get_fitted_map_saas_ensemble comes from. This is also similar in spirit to the original fully Bayesian model, but avoids costly model fitting with MCMC. It tends to be more robust than the single tau variant, so we would use this model when the fully Bayesian is too expensive.

However, there were some challenges with integrating it into the Mod…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jduerholt
Comment options

jduerholt Jul 3, 2025
Collaborator Author

@saitcakmak
Comment options

@jduerholt
Comment options

jduerholt Jul 3, 2025
Collaborator Author

@Balandat
Comment options

Balandat Jul 3, 2025
Collaborator

Answer selected by jduerholt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants