-
Notifications
You must be signed in to change notification settings - Fork 311
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 option for using posterior predictive in cross-validation #2517
Conversation
This pull request was exported from Phabricator. Differential Revision: D58227612 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2517 +/- ##
=======================================
Coverage 95.21% 95.21%
=======================================
Files 485 485
Lines 47238 47256 +18
=======================================
+ Hits 44978 44996 +18
Misses 2260 2260 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D58227612 |
…ok#2517) Summary: Pull Request resolved: facebook#2517 see title. This change is particularly important for model selection using the NLL if we have noisy observations. Using the posterior over the true function and not the noisy observations gives quite misleading results about model calibration. I also think that predicted vs actual plots from LOOCV are insightful when using the posterior predictive when the observations are noisy. We may want to consider adding observation_noise to `predict`, but we can do that in a follow-up. Differential Revision: D58227612
45cc46c
to
0d7a1ed
Compare
This pull request was exported from Phabricator. Differential Revision: D58227612 |
…ok#2517) Summary: Pull Request resolved: facebook#2517 see title. This change is particularly important for model selection using the NLL if we have noisy observations. Using the posterior over the true function and not the noisy observations gives quite misleading results about model calibration. I also think that predicted vs actual plots from LOOCV are insightful when using the posterior predictive when the observations are noisy. We may want to consider adding observation_noise to `predict`, but we can do that in a follow-up. Reviewed By: Balandat Differential Revision: D58227612
0d7a1ed
to
c42728d
Compare
…ok#2517) Summary: Pull Request resolved: facebook#2517 see title. This change is particularly important for model selection using the NLL if we have noisy observations. Using the posterior over the true function and not the noisy observations gives quite misleading results about model calibration. I also think that predicted vs actual plots from LOOCV are insightful when using the posterior predictive when the observations are noisy. We may want to consider adding observation_noise to `predict`, but we can do that in a follow-up. Reviewed By: Balandat Differential Revision: D58227612
This pull request was exported from Phabricator. Differential Revision: D58227612 |
c42728d
to
9f8e4bc
Compare
This pull request has been merged in 4ef840b. |
Summary:
see title. This change is particularly important for model selection using the NLL if we have noisy observations. Using the posterior over the true function and not the noisy observations gives quite misleading results about model calibration.
I also think that predicted vs actual plots from LOOCV are insightful when using the posterior predictive when the observations are noisy. We may want to consider adding observation_noise to
predict
, but we can do that in a follow-up.Differential Revision: D58227612