-
Notifications
You must be signed in to change notification settings - Fork 445
MixedSingleTaskGP #772
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
MixedSingleTaskGP #772
Conversation
This pull request was exported from Phabricator. Differential Revision: D27419521 |
Summary: Pull Request resolved: meta-pytorch#772 A `MixedSingleTaskGP` that uses a combination of the categorical kernel and a kernel on the continuous inputs. Differential Revision: D27419521 fbshipit-source-id: 0681178a429c23ff5c7eec9ea07662306095ab44
c83fc02
to
b19d16d
Compare
This pull request was exported from Phabricator. Differential Revision: D27419521 |
Codecov Report
@@ Coverage Diff @@
## master #772 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 101 103 +2
Lines 7004 7069 +65
=========================================
+ Hits 7004 7069 +65
Continue to review full report at Codecov.
|
Summary: Implements a categorical kernel. Reviewed By: dme65 Differential Revision: D27194283 fbshipit-source-id: cd79cfa80a2e90896d75fa8b94a8036cc6b51545
Summary: Pull Request resolved: meta-pytorch#772 A `MixedSingleTaskGP` that uses a combination of the categorical kernel and a kernel on the continuous inputs. Differential Revision: D27419521 fbshipit-source-id: b63a09c416181b7731ab7cb209840870ddb20238
b19d16d
to
f2ced50
Compare
This pull request was exported from Phabricator. Differential Revision: D27419521 |
This pull request has been merged in 5a5173b. |
Summary: A
MixedSingleTaskGP
that uses a combination of the categorical kernel and a kernel on the continuous inputs.Differential Revision: D27419521