-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: Enable SaasPyroModel to sample from prior (#2465)
Summary: Pull Request resolved: #2465 With no observations, FBGPs should still be able to fit the model by sampling from the prior. This solution allows that to happen through fit_fully_bayesian_model_nuts. Note that this is much slower (almost instant vs. NUTS) than simply sampling from the individual priors, but keeps a consistent interface. Reviewed By: saitcakmak Differential Revision: D61145689 fbshipit-source-id: 042f1626d20abdf49c60e2ec8396d106f43654f7
- Loading branch information
1 parent
3f5fcd6
commit a7be6cb
Showing
2 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters