-
Notifications
You must be signed in to change notification settings - Fork 404
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
Implement MultiTaskDataset #2019
Conversation
This pull request was exported from Phabricator. Differential Revision: D49509321 |
Codecov Report
@@ Coverage Diff @@
## main #2019 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 179 179
Lines 15803 15868 +65
=========================================
+ Hits 15803 15868 +65
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Introduces a `MultiTaskDataset` for carrying the datasets for individual tasks along with the relevant metadata. > This is a multi-task dataset that is constructed from the datasets of individual tasks. It offers functionality to combine parts of individual datasets to construct the inputs necessary for the `MultiTaskGP` models. Differential Revision: D49509321
a36a1a7
to
86103d7
Compare
This pull request was exported from Phabricator. Differential Revision: D49509321 |
Summary: Introduces a `MultiTaskDataset` for carrying the datasets for individual tasks along with the relevant metadata. > This is a multi-task dataset that is constructed from the datasets of individual tasks. It offers functionality to combine parts of individual datasets to construct the inputs necessary for the `MultiTaskGP` models. Differential Revision: D49509321
86103d7
to
a8e1f6b
Compare
This pull request was exported from Phabricator. Differential Revision: D49509321 |
Summary: Introduces a `MultiTaskDataset` for carrying the datasets for individual tasks along with the relevant metadata. > This is a multi-task dataset that is constructed from the datasets of individual tasks. It offers functionality to combine parts of individual datasets to construct the inputs necessary for the `MultiTaskGP` models. Differential Revision: D49509321
a8e1f6b
to
646dea6
Compare
This pull request was exported from Phabricator. Differential Revision: D49509321 |
Summary: Introduces a `MultiTaskDataset` for carrying the datasets for individual tasks along with the relevant metadata. > This is a multi-task dataset that is constructed from the datasets of individual tasks. It offers functionality to combine parts of individual datasets to construct the inputs necessary for the `MultiTaskGP` models. Differential Revision: D49509321
646dea6
to
a1dbc61
Compare
This pull request was exported from Phabricator. Differential Revision: D49509321 |
This pull request has been merged in aa989b5. |
Summary:
Introduces a
MultiTaskDataset
for carrying the datasets for individual tasks along with the relevant metadata.Differential Revision: D49509321