-
Notifications
You must be signed in to change notification settings - Fork 415
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
PairwiseGP modularization and PairwiseLogitLikelihood #1193
Conversation
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood Differential Revision: D35921953 fbshipit-source-id: 08138ed8ab69a27d092608ee55a818b58f54bd58
0836fb5
to
0882fd8
Compare
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood Differential Revision: D35921953 fbshipit-source-id: f11ca11ab0362f8b789505db4777981441c0a6a3
This pull request was exported from Phabricator. Differential Revision: D35921953 |
0882fd8
to
6ba44b7
Compare
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: f98b2de32b49027590fb3c2a553de5f5d264a0eb
6ba44b7
to
b5c1ddd
Compare
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Codecov Report
@@ Coverage Diff @@
## main #1193 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 118 120 +2
Lines 10386 10436 +50
=========================================
+ Hits 10386 10436 +50
Continue to review full report at Codecov.
|
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: d96acaddafb4574c4cb72445b1b04201aff77991
b5c1ddd
to
319a922
Compare
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: f7ad615b5825bac47d9606d75539719c3a771341
This pull request was exported from Phabricator. Differential Revision: D35921953 |
319a922
to
b8e9c1c
Compare
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: 4222b16cdbb99f670ee7b8bf95569b8227883a30
This pull request was exported from Phabricator. Differential Revision: D35921953 |
b8e9c1c
to
26cf5a0
Compare
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: f90f2a88c0cb0aa949882bb71d42eec8099cf368
26cf5a0
to
ca688de
Compare
This pull request was exported from Phabricator. Differential Revision: D35921953 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: 254ced42cd8fc4b22f731e19d9f04e96d4ac4bdd
ca688de
to
9cf0922
Compare
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: ff121f654b7e0e2fabb67ec002b2e88481a575c9
9cf0922
to
0514dfc
Compare
This pull request was exported from Phabricator. Differential Revision: D35921953 |
Summary: Pull Request resolved: pytorch#1193 Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood. Fixed PairwiseGP's conditioning gradient issue. Reviewed By: Balandat Differential Revision: D35921953 fbshipit-source-id: a15dbd903f478e40ff32fda07d74325f38a3e849
This pull request was exported from Phabricator. Differential Revision: D35921953 |
0514dfc
to
1136726
Compare
Summary: X-link: facebook/Ax#1193 Pull Request resolved: #1445 We commonly see issues with users running into numerical errors when using float inputs. This adds a dtype check in `_validate_tensor_args`, which is used in the constructor of a large number of models, warning the users if they're not using double, and pointing them to #1444. Feel free to edit & add more details / examples to the discussion! Reviewed By: Balandat Differential Revision: D40199087 fbshipit-source-id: 137bb551ba846831e4df1c3e381fe6ac35512fc2
Summary: Modularize PairwiseGP's likelihood and add logit likelihood support in addition to the original probit likelihood
Differential Revision: D35921953