Default to MultiTaskGP + LearnedFeatureImputation for heterogeneous TL (#5193)#5193
Open
hvarfner wants to merge 2 commits into
Open
Default to MultiTaskGP + LearnedFeatureImputation for heterogeneous TL (#5193)#5193hvarfner wants to merge 2 commits into
hvarfner wants to merge 2 commits into
Conversation
|
@hvarfner has exported this pull request. If you are a Meta employee, you can view the originating Diff in D102197137. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5193 +/- ##
==========================================
- Coverage 96.38% 96.38% -0.01%
==========================================
Files 617 617
Lines 69579 69605 +26
==========================================
+ Hits 67065 67089 +24
- Misses 2514 2516 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hvarfner
pushed a commit
to hvarfner/Ax
that referenced
this pull request
Apr 29, 2026
facebook#5193) Summary: Switches the default heterogeneous transfer learning model from a specialized per-task kernel model to a standard multi-task GP with learned feature imputation. The previous default model class is marked as deprecated. Differential Revision: D102197137
7e8ebf0 to
aa4b964
Compare
hvarfner
pushed a commit
to hvarfner/Ax
that referenced
this pull request
Apr 29, 2026
facebook#5193) Summary: Switches the default heterogeneous transfer learning model from a specialized per-task kernel model to a standard multi-task GP with learned feature imputation. The previous default model class is marked as deprecated. Differential Revision: D102197137
added 2 commits
May 11, 2026 11:58
…TaskGP (facebook#5192) Summary: X-link: meta-pytorch/botorch#3296 Automatically configures learned feature imputation for models that pad heterogeneous per-task data to the full joint feature space. Models with native heterogeneity support are excluded from this automatic configuration. Reviewed By: saitcakmak Differential Revision: D101841497
facebook#5193) Summary: Switches the default heterogeneous transfer learning model from a specialized per-task kernel model to a standard multi-task GP with learned feature imputation. The previous default model class is marked as deprecated. Reviewed By: saitcakmak Differential Revision: D102197137
aa4b964 to
4fcc258
Compare
hvarfner
pushed a commit
to hvarfner/Ax
that referenced
this pull request
May 11, 2026
facebook#5193) Summary: Switches the default heterogeneous transfer learning model from a specialized per-task kernel model to a standard multi-task GP with learned feature imputation. The previous default model class is marked as deprecated. Reviewed By: saitcakmak Differential Revision: D102197137
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Switches the default heterogeneous transfer learning model from a specialized per-task kernel model to a standard multi-task GP with learned feature imputation. The previous default model class is marked as deprecated.
Reviewed By: saitcakmak
Differential Revision: D102197137