-
Notifications
You must be signed in to change notification settings - Fork 456
Implements AppendFeatures #820
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
|
We need a better name for this transform. Any suggestions @RaulAstudillo06 @danielrjiang ? |
Codecov Report
@@ Coverage Diff @@
## master #820 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 107 107
Lines 7624 7638 +14
=========================================
+ Hits 7624 7638 +14
Continue to review full report at Codecov.
|
|
In terms of alternative names for AddWTransform, I wonder if AddContextDistributionTransform Or AppendContextDistrivutionTransform or AppendContexts (adding Transform to the class name feels kind of redundant since it’s already in the transform module (cc @Balandat ). In general some more concrete examples or motivation in the doc strings and or comments could be helpful. |
|
also cc @bletham |
Summary: Pull Request resolved: meta-pytorch#820 Renamed to: AddEnvironmentalVariables Implements AddWTransform for built-in risk measure support in BoTorch. AddWTransform: - Adds a given set of W's to the input for joint posterior evaluation. - Desperately needs a better name! RiskMeasureMCObjective: Moved to D28986749 (meta-pytorch@5ab5a56) - Takes these jointly evaluated samples and converts them into samples of the risk measure. Differential Revision: D28981162 fbshipit-source-id: 9ecc2106b86ecafb19c9a008117e554646aab225
9c963f7 to
21707e3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
Summary: Pull Request resolved: meta-pytorch#820 Renamed to: AppendEnvironmentalVariables Implements AddWTransform for built-in risk measure support in BoTorch. AddWTransform: - Adds a given set of W's to the input for joint posterior evaluation. - Desperately needs a better name! RiskMeasureMCObjective: Moved to D28986749 (meta-pytorch@5ab5a56) - Takes these jointly evaluated samples and converts them into samples of the risk measure. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: adb74e640f355b47d62e718c2bc0d6fc8fd5ec88
21707e3 to
2a127aa
Compare
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
Summary: Pull Request resolved: meta-pytorch#820 Renamed to: AppendEnvironmentalVariables Implements AddWTransform for built-in risk measure support in BoTorch. AddWTransform: - Adds a given set of W's to the input for joint posterior evaluation. - Desperately needs a better name! RiskMeasureMCObjective: Moved to D28986749 (meta-pytorch@5ab5a56) - Takes these jointly evaluated samples and converts them into samples of the risk measure. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: 0f692ae0473fe58533d5e61bbaad4a9d9918ee21
2a127aa to
631ee5f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
Summary: Pull Request resolved: meta-pytorch#820 Renamed to: AppendEnvironmentalVariables Implements AddWTransform for built-in risk measure support in BoTorch. AddWTransform: - Adds a given set of W's to the input for joint posterior evaluation. - Desperately needs a better name! RiskMeasureMCObjective: Moved to D28986749 (meta-pytorch@5ab5a56) - Takes these jointly evaluated samples and converts them into samples of the risk measure. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: 99858403cc15ace201bfe2accd170f419af3b738
631ee5f to
38adbba
Compare
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
Summary: Pull Request resolved: meta-pytorch#820 Implements AppendFeatures for built-in risk measure support in BoTorch. AppendFeatures: - Appends a given set of features to the input for joint posterior evaluation. - For a `batch x q x d`-dim input `X` and a `n_f x d_f`-dim `feature_set`, this results in a `batch x (q * n_f) x (d + d_f)`-dim tensor of appended inputs. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: b4903edff582a36c42134e8682e8b156c79829b3
38adbba to
c8e0ad0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
Summary: Pull Request resolved: meta-pytorch#820 Implements AppendFeatures for built-in risk measure support in BoTorch. AppendFeatures: - Appends a given set of features to the input for joint posterior evaluation. - For a `batch x q x d`-dim input `X` and a `n_f x d_f`-dim `feature_set`, this results in a `batch x (q * n_f) x (d + d_f)`-dim tensor of appended inputs. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: 78d950d1e1f73cc37a474f651309cca11d472667
c8e0ad0 to
60d3736
Compare
Summary: Pull Request resolved: meta-pytorch#820 Implements AppendFeatures for built-in risk measure support in BoTorch. AppendFeatures: - Appends a given set of features to the input for joint posterior evaluation. - For a `batch x q x d`-dim input `X` and a `n_f x d_f`-dim `feature_set`, this results in a `batch x (q * n_f) x (d + d_f)`-dim tensor of appended inputs. Reviewed By: sdaulton Differential Revision: D28981162 fbshipit-source-id: f177b20e8162d7a43ae90c3206ede9215ee03dc7
|
This pull request was exported from Phabricator. Differential Revision: D28981162 |
60d3736 to
80d68fd
Compare
|
This pull request has been merged in afaa96c. |
Summary:
Implements AppendFeatures for built-in risk measure support in BoTorch.
AppendFeatures:
batch x q x d-dim inputXand an_f x d_f-dimfeature_set, this results in abatch x (q * n_f) x (d + d_f)-dim tensor of appended inputs.Differential Revision: D28981162