-
Notifications
You must be signed in to change notification settings - Fork 320
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
fix MBM model selection CV bug with uncertainty-based diagnostics #3318
Conversation
This pull request was exported from Phabricator. Differential Revision: D69259144 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3318 +/- ##
=======================================
Coverage 95.74% 95.74%
=======================================
Files 533 533
Lines 52516 52525 +9
=======================================
+ Hits 50282 50291 +9
Misses 2234 2234 ☔ View full report in Codecov by Sentry. |
…cebook#3318) Summary: Fixes a bug for model selection criteria that rely on model uncertainty. Previously we passed variance instead of standard deviation. Reviewed By: saitcakmak Differential Revision: D69259144
cb130e2
to
078c43a
Compare
This pull request was exported from Phabricator. Differential Revision: D69259144 |
…cebook#3317) Summary: see title. This enables not warm-starting, which can be desirable for evaluating over-parameterized models via CV. Reviewed By: saitcakmak Differential Revision: D68114572
…cebook#3318) Summary: Fixes a bug for model selection criteria that rely on model uncertainty. Previously we passed variance instead of standard deviation. Reviewed By: saitcakmak Differential Revision: D69259144
078c43a
to
2a5637b
Compare
This pull request was exported from Phabricator. Differential Revision: D69259144 |
This pull request has been merged in 50c83be. |
Summary: Fixes a bug for model selection criteria that rely on model uncertainty. Previously we passed variance instead of standard deviation.
Differential Revision: D69259144